org.chorem.pollen.business.persistence
Enum PollenModelDAOHelper.PollenModelEntityEnum
java.lang.Object
java.lang.Enum<PollenModelDAOHelper.PollenModelEntityEnum>
org.chorem.pollen.business.persistence.PollenModelDAOHelper.PollenModelEntityEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PollenModelDAOHelper.PollenModelEntityEnum>, org.nuiton.topia.persistence.TopiaEntityEnum
- Enclosing class:
- PollenModelDAOHelper
public static enum PollenModelDAOHelper.PollenModelEntityEnum
- extends java.lang.Enum<PollenModelDAOHelper.PollenModelEntityEnum>
- implements org.nuiton.topia.persistence.TopiaEntityEnum
| 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 |
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
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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getContract
public java.lang.Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContract()
- Specified by:
getContract in interface org.nuiton.topia.persistence.TopiaEntityEnum
getContractClass
@Deprecated
public java.lang.Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContractClass()
- Deprecated.
getImplementationClass
@Deprecated
public java.lang.Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementationClass()
- Deprecated.
getImplementationFQN
public java.lang.String getImplementationFQN()
- Specified by:
getImplementationFQN in interface org.nuiton.topia.persistence.TopiaEntityEnum
setImplementationFQN
public void setImplementationFQN(java.lang.String implementationFQN)
- Specified by:
setImplementationFQN in interface org.nuiton.topia.persistence.TopiaEntityEnum
accept
public boolean accept(java.lang.Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass)
- Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntityEnum
getImplementation
public java.lang.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(java.lang.Class<?> klass)
Copyright © 2009-2010 CodeLutin. All Rights Reserved.