com.hack23.cia.web.impl.ui.viewfactory.api.content
Enum ParliamentMemberListViewSpecification

Package class diagram package ParliamentMemberListViewSpecification
java.lang.Object
  extended by java.lang.Enum<ParliamentMemberListViewSpecification>
      extended by com.hack23.cia.web.impl.ui.viewfactory.api.content.ParliamentMemberListViewSpecification
All Implemented Interfaces:
Serializable, Comparable<ParliamentMemberListViewSpecification>

public enum ParliamentMemberListViewSpecification
extends Enum<ParliamentMemberListViewSpecification>

The Enum ParliamentMemberListViewSpecification.


Enum Constant Summary
Enum Constant and Description
SearchResultView
          The Search result view.
TopAbsentInPartyView
          The Top absent in party view.
TopAbsentView
          The Top absent view.
TopLosersInPartyView
          The Top losers in party view.
TopLosersView
          The Top losers view.
TopLoyalsInPartyView
          The Top loyals in party view.
TopLoyalsView
          The Top loyals view.
TopPresentInPartyView
          The Top present in party view.
TopPresentView
          The Top present view.
TopRebelsInPartyView
          The Top rebels in party view.
TopRebelsView
          The Top rebels view.
TopWinnersInPartyView
          The Top winners in party view.
TopWinnersView
          The Top winners view.
 
Method Summary
Modifier and Type Method and Description
static ParliamentMemberListViewSpecification valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParliamentMemberListViewSpecification[] 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

SearchResultView

public static final ParliamentMemberListViewSpecification SearchResultView
The Search result view.


TopAbsentInPartyView

public static final ParliamentMemberListViewSpecification TopAbsentInPartyView
The Top absent in party view.


TopAbsentView

public static final ParliamentMemberListViewSpecification TopAbsentView
The Top absent view.


TopLosersInPartyView

public static final ParliamentMemberListViewSpecification TopLosersInPartyView
The Top losers in party view.


TopLosersView

public static final ParliamentMemberListViewSpecification TopLosersView
The Top losers view.


TopLoyalsInPartyView

public static final ParliamentMemberListViewSpecification TopLoyalsInPartyView
The Top loyals in party view.


TopLoyalsView

public static final ParliamentMemberListViewSpecification TopLoyalsView
The Top loyals view.


TopPresentInPartyView

public static final ParliamentMemberListViewSpecification TopPresentInPartyView
The Top present in party view.


TopPresentView

public static final ParliamentMemberListViewSpecification TopPresentView
The Top present view.


TopRebelsInPartyView

public static final ParliamentMemberListViewSpecification TopRebelsInPartyView
The Top rebels in party view.


TopRebelsView

public static final ParliamentMemberListViewSpecification TopRebelsView
The Top rebels view.


TopWinnersInPartyView

public static final ParliamentMemberListViewSpecification TopWinnersInPartyView
The Top winners in party view.


TopWinnersView

public static final ParliamentMemberListViewSpecification TopWinnersView
The Top winners view.

Method Detail

values

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

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

valueOf

public static ParliamentMemberListViewSpecification 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-2010 www.hack23.com. All Rights Reserved.