com.hack23.cia.model.application.api
Enum ActionEventType

Package class diagram package ActionEventType
java.lang.Object
  extended by java.lang.Enum<ActionEventType>
      extended by com.hack23.cia.model.application.api.ActionEventType
All Implemented Interfaces:
Serializable, Comparable<ActionEventType>

public enum ActionEventType
extends 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

AgencyAction

public static final ActionEventType AgencyAction
The Agency action.


ApplicationAction

public static final ActionEventType ApplicationAction
The Application action.


ApplicationError

public static final ActionEventType ApplicationError
The Application error.


BallotAction

public static final ActionEventType BallotAction
The Ballot action.


CommitteeReportAction

public static final ActionEventType CommitteeReportAction
The Committee report action.


CommitteeReportsAction

public static final ActionEventType CommitteeReportsAction
The Committee reports action.


ExternalUrlAction

public static final ActionEventType ExternalUrlAction
The External url action.


LanguageAgencyAction

public static final ActionEventType LanguageAgencyAction
The Language agency action.


LanguageContentAction

public static final ActionEventType LanguageContentAction
The Language content action.


MonitorAction

public static final ActionEventType MonitorAction
The Monitor action.


ParliamentMemberAction

public static final ActionEventType ParliamentMemberAction
The Parliament member action.


PartyAction

public static final ActionEventType PartyAction
The Party action.


PortalAction

public static final ActionEventType PortalAction
The Portal action.


SearchAction

public static final ActionEventType SearchAction
The Search action.


AgentDeployment

public static final ActionEventType AgentDeployment
The Agent deployment.


TopListAction

public static final ActionEventType TopListAction
The Top list action.


UserAccountAction

public static final ActionEventType UserAccountAction
The User account action.


UserAction

public static final ActionEventType UserAction
The User action.

Method Detail

values

public static ActionEventType[] 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 (ActionEventType c : ActionEventType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ActionEventType 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 © 2008-2009 www.hack23.com. All Rights Reserved.