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