public enum IOTC_MESSAGE extends Enum<IOTC_MESSAGE>
| Modifier and Type | Method and Description |
|---|---|
static IOTC_MESSAGE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOTC_MESSAGE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOTC_MESSAGE ACCEPTED
public static final IOTC_MESSAGE REJECTED
public static final IOTC_MESSAGE ABANDONED
public static IOTC_MESSAGE[] values()
for (IOTC_MESSAGE c : IOTC_MESSAGE.values()) System.out.println(c);
public static IOTC_MESSAGE 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 © 2019. All rights reserved.