public static enum IndyLifecycleEvent.Type extends Enum<IndyLifecycleEvent.Type>
| Enum Constant and Description |
|---|
started |
| Modifier and Type | Method and Description |
|---|---|
static IndyLifecycleEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndyLifecycleEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndyLifecycleEvent.Type started
public static IndyLifecycleEvent.Type[] values()
for (IndyLifecycleEvent.Type c : IndyLifecycleEvent.Type.values()) System.out.println(c);
public static IndyLifecycleEvent.Type 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 © 2011-2018-2018. All Rights Reserved.