|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IppCommand.Select>
pl.mbdev.openstage.IppCommand.Select
public static enum IppCommand.Select
For commands added to implicit IppList
Possible valued of a field that
indicates whether the command is selected by default or not. Meaningless otherwise.
Enum Constant Summary | |
---|---|
NO
It is not. |
|
YES
It is. |
Method Summary | |
---|---|
static IppCommand.Select |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IppCommand.Select[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IppCommand.Select YES
public static final IppCommand.Select NO
Method Detail |
---|
public static IppCommand.Select[] values()
for (IppCommand.Select c : IppCommand.Select.values()) System.out.println(c);
public static IppCommand.Select 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |