|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ActionEventType> com.hack23.cia.model.application.api.ActionEventType
public enum ActionEventType
The Enum ActionEventType.
Enum Constant Summary | |
---|---|
AgencyAction
The Agency action. |
|
AgentDeployment
The Agent deployment. |
|
ApplicationAction
The Application action. |
|
ApplicationError
The Application error. |
|
BallotAction
The Ballot action. |
|
CommitteeReportAction
The Committee report action. |
|
CommitteeReportsAction
The Committee reports action. |
|
ExternalUrlAction
The External url action. |
|
LanguageAgencyAction
The Language agency action. |
|
LanguageContentAction
The Language content action. |
|
MonitorAction
The Monitor action. |
|
ParliamentMemberAction
The Parliament member action. |
|
PartyAction
The Party action. |
|
PortalAction
The Portal action. |
|
SearchAction
The Search action. |
|
TopListAction
The Top list action. |
|
UserAccountAction
The User account action. |
|
UserAction
The User action. |
Method Summary | |
---|---|
static ActionEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActionEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ActionEventType AgencyAction
public static final ActionEventType ApplicationAction
public static final ActionEventType ApplicationError
public static final ActionEventType BallotAction
public static final ActionEventType CommitteeReportAction
public static final ActionEventType CommitteeReportsAction
public static final ActionEventType ExternalUrlAction
public static final ActionEventType LanguageAgencyAction
public static final ActionEventType LanguageContentAction
public static final ActionEventType MonitorAction
public static final ActionEventType ParliamentMemberAction
public static final ActionEventType PartyAction
public static final ActionEventType PortalAction
public static final ActionEventType SearchAction
public static final ActionEventType AgentDeployment
public static final ActionEventType TopListAction
public static final ActionEventType UserAccountAction
public static final ActionEventType UserAction
Method Detail |
---|
public static ActionEventType[] values()
for (ActionEventType c : ActionEventType.values()) System.out.println(c);
public static ActionEventType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |