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