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