org.chorem.pollen.business.persistence
Enum PollenModelDAOHelper.PollenModelEntityEnum

java.lang.Object
  extended by java.lang.Enum<PollenModelDAOHelper.PollenModelEntityEnum>
      extended by org.chorem.pollen.business.persistence.PollenModelDAOHelper.PollenModelEntityEnum
All Implemented Interfaces:
Serializable, Comparable<PollenModelDAOHelper.PollenModelEntityEnum>, org.nuiton.topia.persistence.TopiaEntityEnum
Enclosing class:
PollenModelDAOHelper

public static enum PollenModelDAOHelper.PollenModelEntityEnum
extends Enum<PollenModelDAOHelper.PollenModelEntityEnum>
implements org.nuiton.topia.persistence.TopiaEntityEnum


Enum Constant Summary
Choice
           
ChoiceType
           
Comment
           
PersonList
           
PersonToList
           
Poll
           
PollAccount
           
PollType
           
PreventRule
           
Result
           
UserAccount
           
Vote
           
VoteCounting
           
VoteToChoice
           
VotingList
           
 
Method Summary
 boolean accept(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass)
           
 Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContract()
           
 Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContractClass()
          Deprecated. 
 Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementation()
           
 Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementationClass()
          Deprecated. 
 String getImplementationFQN()
           
 void setImplementationFQN(String implementationFQN)
           
static PollenModelDAOHelper.PollenModelEntityEnum valueOf(Class<?> klass)
           
static PollenModelDAOHelper.PollenModelEntityEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PollenModelDAOHelper.PollenModelEntityEnum valueOf(org.nuiton.topia.persistence.TopiaEntity entity)
           
static PollenModelDAOHelper.PollenModelEntityEnum[] 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

Choice

public static final PollenModelDAOHelper.PollenModelEntityEnum Choice

ChoiceType

public static final PollenModelDAOHelper.PollenModelEntityEnum ChoiceType

Comment

public static final PollenModelDAOHelper.PollenModelEntityEnum Comment

PersonList

public static final PollenModelDAOHelper.PollenModelEntityEnum PersonList

PersonToList

public static final PollenModelDAOHelper.PollenModelEntityEnum PersonToList

Poll

public static final PollenModelDAOHelper.PollenModelEntityEnum Poll

PollAccount

public static final PollenModelDAOHelper.PollenModelEntityEnum PollAccount

PollType

public static final PollenModelDAOHelper.PollenModelEntityEnum PollType

PreventRule

public static final PollenModelDAOHelper.PollenModelEntityEnum PreventRule

Result

public static final PollenModelDAOHelper.PollenModelEntityEnum Result

UserAccount

public static final PollenModelDAOHelper.PollenModelEntityEnum UserAccount

Vote

public static final PollenModelDAOHelper.PollenModelEntityEnum Vote

VoteCounting

public static final PollenModelDAOHelper.PollenModelEntityEnum VoteCounting

VoteToChoice

public static final PollenModelDAOHelper.PollenModelEntityEnum VoteToChoice

VotingList

public static final PollenModelDAOHelper.PollenModelEntityEnum VotingList
Method Detail

values

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

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

valueOf

public static PollenModelDAOHelper.PollenModelEntityEnum 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

getContract

public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContract()
Specified by:
getContract in interface org.nuiton.topia.persistence.TopiaEntityEnum

getContractClass

@Deprecated
public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContractClass()
Deprecated. 


getImplementationClass

@Deprecated
public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementationClass()
Deprecated. 


getImplementationFQN

public String getImplementationFQN()
Specified by:
getImplementationFQN in interface org.nuiton.topia.persistence.TopiaEntityEnum

setImplementationFQN

public void setImplementationFQN(String implementationFQN)
Specified by:
setImplementationFQN in interface org.nuiton.topia.persistence.TopiaEntityEnum

accept

public boolean accept(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass)
Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntityEnum

getImplementation

public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementation()
Specified by:
getImplementation in interface org.nuiton.topia.persistence.TopiaEntityEnum

valueOf

public static PollenModelDAOHelper.PollenModelEntityEnum valueOf(org.nuiton.topia.persistence.TopiaEntity entity)

valueOf

public static PollenModelDAOHelper.PollenModelEntityEnum valueOf(Class<?> klass)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.