public enum User0OperationMode extends java.lang.Enum<User0OperationMode> implements BaseEnum
| Modifier and Type | Method and Description |
|---|---|
static User0OperationMode |
getEnum(byte[] data) |
byte[] |
getID() |
User0OperationMode |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static User0OperationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User0OperationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User0OperationMode REF
public static final User0OperationMode READ
public static final User0OperationMode WRITE
public static final User0OperationMode DELETE
public static User0OperationMode[] values()
for (User0OperationMode c : User0OperationMode.values()) System.out.println(c);
public static User0OperationMode 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 nullpublic static User0OperationMode getEnum(byte[] data)
public User0OperationMode getRefEnum(byte[] data)
getRefEnum in interface BaseEnumpublic java.lang.String toString()
toString in class java.lang.Enum<User0OperationMode>