public enum ContentType extends java.lang.Enum<ContentType>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
forMimeType(java.lang.String mimeType)
Lookup the ContentType from a MIME type
|
java.lang.String |
mimeType()
Associated MIME type
|
static ContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentType AMF
public static final ContentType JMF_AMF
public static final java.lang.String KEY
public static ContentType[] values()
for (ContentType c : ContentType.values()) System.out.println(c);
public static ContentType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String mimeType()
public static ContentType forMimeType(java.lang.String mimeType)
mimeType - MIME type