public static enum ScopePlayer.Type extends Enum<ScopePlayer.Type>
| Enum Constant and Description |
|---|
ADJUST |
BACKGROUND |
CUSTOM |
PLAY |
| Modifier and Type | Method and Description |
|---|---|
static ScopePlayer.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopePlayer.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopePlayer.Type PLAY
public static final ScopePlayer.Type ADJUST
public static final ScopePlayer.Type CUSTOM
public static final ScopePlayer.Type BACKGROUND
public static ScopePlayer.Type[] values()
for (ScopePlayer.Type c : ScopePlayer.Type.values()) System.out.println(c);
public static ScopePlayer.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2017 openbase.org. All rights reserved.