@Generated(value="org.nuiton.topia.templates.EntityEnumTransformer", date="Mon Jul 21 16:58:26 CEST 2014") public enum TopiaItLegacyEntityEnum extends Enum<TopiaItLegacyEntityEnum> implements TopiaEntityEnum
| Enum Constant and Description |
|---|
Address |
Bill |
Company |
Contact2 |
Department |
Employe |
ExtraDAOEntity |
FrenchCompany |
GeneralizedNaturalizedEntity |
NaturalizedEntity |
Party2 |
Person |
Personne |
Pet |
Product |
QueriedEntity |
Race |
SIREN |
SIRET |
Store |
Telephone2 |
Type |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends TopiaEntity> |
contract
The contract of the entity.
|
protected Class<? extends TopiaEntity> |
implementation
The implementation class of the entity (will be lazy computed at runtime).
|
protected String |
implementationFQN
The fully qualified name of the implementation of the entity.
|
protected String[] |
naturalIds
The array of property involved in the natural key of the entity.
|
protected String[] |
notNulls
The array of not null properties of the entity.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final TopiaItLegacyEntityEnum FrenchCompany
public static final TopiaItLegacyEntityEnum SIREN
public static final TopiaItLegacyEntityEnum SIRET
public static final TopiaItLegacyEntityEnum Person
public static final TopiaItLegacyEntityEnum Pet
public static final TopiaItLegacyEntityEnum Race
public static final TopiaItLegacyEntityEnum Address
public static final TopiaItLegacyEntityEnum Bill
public static final TopiaItLegacyEntityEnum Company
public static final TopiaItLegacyEntityEnum Department
public static final TopiaItLegacyEntityEnum Employe
public static final TopiaItLegacyEntityEnum ExtraDAOEntity
public static final TopiaItLegacyEntityEnum GeneralizedNaturalizedEntity
public static final TopiaItLegacyEntityEnum NaturalizedEntity
public static final TopiaItLegacyEntityEnum Personne
public static final TopiaItLegacyEntityEnum Product
public static final TopiaItLegacyEntityEnum QueriedEntity
public static final TopiaItLegacyEntityEnum Store
public static final TopiaItLegacyEntityEnum Type
public static final TopiaItLegacyEntityEnum Contact2
public static final TopiaItLegacyEntityEnum Party2
public static final TopiaItLegacyEntityEnum Telephone2
protected Class<? extends TopiaEntity> contract
protected String implementationFQN
protected Class<? extends TopiaEntity> implementation
protected String[] naturalIds
protected String[] notNulls
public static TopiaItLegacyEntityEnum[] values()
for (TopiaItLegacyEntityEnum c : TopiaItLegacyEntityEnum.values()) System.out.println(c);
public static TopiaItLegacyEntityEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Class<? extends TopiaEntity> getContract()
getContract in interface TopiaEntityEnumpublic String[] getNaturalIds()
getNaturalIds in interface TopiaEntityEnumpublic boolean isUseNaturalIds()
isUseNaturalIds in interface TopiaEntityEnumpublic String[] getNotNulls()
getNotNulls in interface TopiaEntityEnumpublic boolean isUseNotNulls()
isUseNotNulls in interface TopiaEntityEnumpublic String getImplementationFQN()
getImplementationFQN in interface TopiaEntityEnumpublic void setImplementationFQN(String implementationFQN)
setImplementationFQN in interface TopiaEntityEnumpublic boolean accept(Class<? extends TopiaEntity> klass)
accept in interface TopiaEntityEnumpublic Class<? extends TopiaEntity> getImplementation()
getImplementation in interface TopiaEntityEnumpublic static TopiaItLegacyEntityEnum valueOf(TopiaEntity entity)
public static TopiaItLegacyEntityEnum valueOf(Class<?> klass)
public static TopiaItLegacyEntityEnum[] getContracts()
public static <T extends TopiaEntity> Class<T> getContractClass(Class<T> klass)
public static Class<? extends TopiaEntity>[] getContractClasses()
public static <T extends TopiaEntity> Class<T> getImplementationClass(Class<T> klass)
public static Class<? extends TopiaEntity>[] getImplementationClasses()
public static String getImplementationClassesAsString()
public static <T extends TopiaEntity> EntityOperator<T> getOperator(Class<T> klass)
Copyright © 2004–2014 CodeLutin. All rights reserved.