org.chorem.callao.entity
Enum CallaoDAOHelper.CallaoEntityEnum
java.lang.Object
java.lang.Enum<CallaoDAOHelper.CallaoEntityEnum>
org.chorem.callao.entity.CallaoDAOHelper.CallaoEntityEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CallaoDAOHelper.CallaoEntityEnum>, org.nuiton.topia.persistence.TopiaEntityEnum
- Enclosing class:
- CallaoDAOHelper
public static enum CallaoDAOHelper.CallaoEntityEnum
- extends java.lang.Enum<CallaoDAOHelper.CallaoEntityEnum>
- 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 |
Account
public static final CallaoDAOHelper.CallaoEntityEnum Account
CallaoUser
public static final CallaoDAOHelper.CallaoEntityEnum CallaoUser
Client
public static final CallaoDAOHelper.CallaoEntityEnum Client
Entry
public static final CallaoDAOHelper.CallaoEntityEnum Entry
Journal
public static final CallaoDAOHelper.CallaoEntityEnum Journal
Log
public static final CallaoDAOHelper.CallaoEntityEnum Log
Period
public static final CallaoDAOHelper.CallaoEntityEnum Period
Project
public static final CallaoDAOHelper.CallaoEntityEnum Project
Tax
public static final CallaoDAOHelper.CallaoEntityEnum Tax
TimeSpan
public static final CallaoDAOHelper.CallaoEntityEnum TimeSpan
Transaction
public static final CallaoDAOHelper.CallaoEntityEnum Transaction
TypePresta
public static final CallaoDAOHelper.CallaoEntityEnum TypePresta
Users
public static final CallaoDAOHelper.CallaoEntityEnum Users
values
public static CallaoDAOHelper.CallaoEntityEnum[] 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 (CallaoDAOHelper.CallaoEntityEnum c : CallaoDAOHelper.CallaoEntityEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CallaoDAOHelper.CallaoEntityEnum 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 CallaoDAOHelper.CallaoEntityEnum valueOf(org.nuiton.topia.persistence.TopiaEntity entity)
valueOf
public static CallaoDAOHelper.CallaoEntityEnum valueOf(java.lang.Class<?> klass)
Copyright © 2008-2010 CodeLutin. All Rights Reserved.