org.exoplatform.webui.commons
Enum EventUIComponent.EVENTTYPE
java.lang.Object
java.lang.Enum<EventUIComponent.EVENTTYPE>
org.exoplatform.webui.commons.EventUIComponent.EVENTTYPE
- All Implemented Interfaces:
- Serializable, Comparable<EventUIComponent.EVENTTYPE>
- Enclosing class:
- EventUIComponent
public static enum EventUIComponent.EVENTTYPE
- extends Enum<EventUIComponent.EVENTTYPE>
EVENT
public static final EventUIComponent.EVENTTYPE EVENT
URL
public static final EventUIComponent.EVENTTYPE URL
values
public static EventUIComponent.EVENTTYPE[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EventUIComponent.EVENTTYPE c : EventUIComponent.EVENTTYPE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EventUIComponent.EVENTTYPE valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2013 eXo Platform SAS. All Rights Reserved.