public static enum EnumDefineSet.FrameStatus extends java.lang.Enum<EnumDefineSet.FrameStatus>
Enum Constant and Description |
---|
INCOMPLETE |
INVALID_IMAGE_INFO |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.FrameStatus |
valueOf(int accessStatus) |
static EnumDefineSet.FrameStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.FrameStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.FrameStatus SUCCESS
public static final EnumDefineSet.FrameStatus INCOMPLETE
public static final EnumDefineSet.FrameStatus INVALID_IMAGE_INFO
public static EnumDefineSet.FrameStatus[] values()
for (EnumDefineSet.FrameStatus c : EnumDefineSet.FrameStatus.values()) System.out.println(c);
public static EnumDefineSet.FrameStatus 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 int getValue()
public static EnumDefineSet.FrameStatus valueOf(int accessStatus)