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