public static enum MMSUtils.JsonBlobType extends java.lang.Enum<MMSUtils.JsonBlobType>
Enum Constant and Description |
---|
ELEMENT_ID |
ELEMENT_JSON |
ORG |
PROJECT |
REF |
Modifier and Type | Method and Description |
---|---|
static MMSUtils.JsonBlobType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MMSUtils.JsonBlobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMSUtils.JsonBlobType ELEMENT_JSON
public static final MMSUtils.JsonBlobType ELEMENT_ID
public static final MMSUtils.JsonBlobType PROJECT
public static final MMSUtils.JsonBlobType REF
public static final MMSUtils.JsonBlobType ORG
public static MMSUtils.JsonBlobType[] values()
for (MMSUtils.JsonBlobType c : MMSUtils.JsonBlobType.values()) System.out.println(c);
public static MMSUtils.JsonBlobType 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 null