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