|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MigrationServiceDAOHelper.MigrationServiceEntityEnum>
org.nuiton.topia.migration.MigrationServiceDAOHelper.MigrationServiceEntityEnum
public static enum MigrationServiceDAOHelper.MigrationServiceEntityEnum
| Enum Constant Summary | |
|---|---|
TMSVersion
|
|
| Field Summary | |
|---|---|
protected java.lang.Class<? extends TopiaEntity> |
contract
the contract of the entity |
protected java.lang.Class<? extends TopiaEntity> |
implementation
the implementation class of the entity (will be lazy computed at runtime) |
protected java.lang.String |
implementationFQN
the fully qualified name of the implementation of the entity |
| Method Summary | |
|---|---|
boolean |
accept(java.lang.Class<? extends TopiaEntity> klass)
accept : |
java.lang.Class<? extends TopiaEntity> |
getContract()
getContract : |
java.lang.Class<? extends TopiaEntity> |
getImplementation()
getImplementation : |
java.lang.String |
getImplementationFQN()
getImplementationFQN : |
void |
setImplementationFQN(java.lang.String implementationFQN)
setImplementationFQN : |
static MigrationServiceDAOHelper.MigrationServiceEntityEnum |
valueOf(java.lang.Class<?> klass)
valueOf : |
static MigrationServiceDAOHelper.MigrationServiceEntityEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MigrationServiceDAOHelper.MigrationServiceEntityEnum |
valueOf(TopiaEntity entity)
valueOf : |
static MigrationServiceDAOHelper.MigrationServiceEntityEnum[] |
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 |
|---|
public static final MigrationServiceDAOHelper.MigrationServiceEntityEnum TMSVersion
| Field Detail |
|---|
protected java.lang.Class<? extends TopiaEntity> contract
protected java.lang.String implementationFQN
protected java.lang.Class<? extends TopiaEntity> implementation
| Method Detail |
|---|
public static MigrationServiceDAOHelper.MigrationServiceEntityEnum[] values()
for (MigrationServiceDAOHelper.MigrationServiceEntityEnum c : MigrationServiceDAOHelper.MigrationServiceEntityEnum.values()) System.out.println(c);
public static MigrationServiceDAOHelper.MigrationServiceEntityEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.Class<? extends TopiaEntity> getContract()
getContract in interface TopiaEntityEnumpublic java.lang.String getImplementationFQN()
getImplementationFQN in interface TopiaEntityEnumpublic void setImplementationFQN(java.lang.String implementationFQN)
setImplementationFQN in interface TopiaEntityEnumimplementationFQN - public boolean accept(java.lang.Class<? extends TopiaEntity> klass)
accept in interface TopiaEntityEnumklass -
public java.lang.Class<? extends TopiaEntity> getImplementation()
getImplementation in interface TopiaEntityEnumpublic static MigrationServiceDAOHelper.MigrationServiceEntityEnum valueOf(TopiaEntity entity)
entity -
public static MigrationServiceDAOHelper.MigrationServiceEntityEnum valueOf(java.lang.Class<?> klass)
klass -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||