public static enum CCSCommandStateEvent.IdleBusyState extends Enum<CCSCommandStateEvent.IdleBusyState> implements SALEnum<CCSCommandStateEvent.IdleBusyState>
| Modifier and Type | Method and Description |
|---|---|
static CCSCommandStateEvent.IdleBusyState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCSCommandStateEvent.IdleBusyState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetEnum, getSALValuepublic static final CCSCommandStateEvent.IdleBusyState IDLE
public static final CCSCommandStateEvent.IdleBusyState BUSY
public static CCSCommandStateEvent.IdleBusyState[] values()
for (CCSCommandStateEvent.IdleBusyState c : CCSCommandStateEvent.IdleBusyState.values()) System.out.println(c);
public static CCSCommandStateEvent.IdleBusyState 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 © 2018. All rights reserved.