public enum SharedCoreSasEvent extends java.lang.Enum<SharedCoreSasEvent> implements com.opencloud.rhino.facilities.sas.SasEventEnum
Enum Constant and Description |
---|
SELECTION_KEY_INITIALISED |
SELECTION_KEY_UPDATED |
Modifier and Type | Method and Description |
---|---|
int |
id() |
static SharedCoreSasEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharedCoreSasEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedCoreSasEvent SELECTION_KEY_INITIALISED
public static final SharedCoreSasEvent SELECTION_KEY_UPDATED
public static SharedCoreSasEvent[] values()
for (SharedCoreSasEvent c : SharedCoreSasEvent.values()) System.out.println(c);
public static SharedCoreSasEvent 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 int id()
id
in interface com.opencloud.rhino.facilities.sas.SasEventEnum
Copyright © OpenCloud. All Rights Reserved.