public enum MimeType extends Enum<MimeType>
Enum Constant and Description |
---|
OCTECT_STREAM |
octectstream
Deprecated.
|
PLAIN_TEXT |
plaintext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final MimeType plaintext
public static final MimeType PLAIN_TEXT
@Deprecated public static final MimeType octectstream
public static final MimeType OCTECT_STREAM
public static MimeType[] values()
for (MimeType c : MimeType.values()) System.out.println(c);
public static MimeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.