public static enum EventsSection.Events extends Enum<EventsSection.Events>
| Enum Constant and Description |
|---|
ABOLISHED |
ALL_ALLOWANCES_GRANTED_ARE_TERMINATED |
CASE_CLOSED |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static EventsSection.Events |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventsSection.Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventsSection.Events ABOLISHED
public static final EventsSection.Events CASE_CLOSED
public static final EventsSection.Events ALL_ALLOWANCES_GRANTED_ARE_TERMINATED
public static EventsSection.Events[] values()
for (EventsSection.Events c : EventsSection.Events.values()) System.out.println(c);
public static EventsSection.Events 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 getLabel()
Copyright © 2005–2016 Alfresco Software. All rights reserved.