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