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