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