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