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