org.nuiton.topia
Enum TopiaHistoryDAOHelper.TopiaHistoryEntityEnum

java.lang.Object
  extended by java.lang.Enum<TopiaHistoryDAOHelper.TopiaHistoryEntityEnum>
      extended by org.nuiton.topia.TopiaHistoryDAOHelper.TopiaHistoryEntityEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TopiaHistoryDAOHelper.TopiaHistoryEntityEnum>, TopiaEntityEnum
Enclosing class:
TopiaHistoryDAOHelper

public static enum TopiaHistoryDAOHelper.TopiaHistoryEntityEnum
extends java.lang.Enum<TopiaHistoryDAOHelper.TopiaHistoryEntityEnum>
implements TopiaEntityEnum


Enum Constant Summary
History
           
 
Method Summary
 boolean accept(java.lang.Class<? extends TopiaEntity> klass)
           
 java.lang.Class<? extends TopiaEntity> getContract()
           
 java.lang.Class<? extends TopiaEntity> getContractClass()
          Deprecated. 
 java.lang.Class<? extends TopiaEntity> getImplementation()
           
 java.lang.Class<? extends TopiaEntity> getImplementationClass()
          Deprecated. 
 java.lang.String getImplementationFQN()
           
 void setImplementationFQN(java.lang.String implementationFQN)
           
static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum valueOf(java.lang.Class<?> klass)
           
static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum valueOf(TopiaEntity entity)
           
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

History

public static final TopiaHistoryDAOHelper.TopiaHistoryEntityEnum History
Method Detail

values

public static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum[] 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 (TopiaHistoryDAOHelper.TopiaHistoryEntityEnum c : TopiaHistoryDAOHelper.TopiaHistoryEntityEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum 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 TopiaEntity> getContract()
Specified by:
getContract in interface TopiaEntityEnum

getContractClass

@Deprecated
public java.lang.Class<? extends TopiaEntity> getContractClass()
Deprecated. 


getImplementationClass

@Deprecated
public java.lang.Class<? extends TopiaEntity> getImplementationClass()
Deprecated. 


getImplementationFQN

public java.lang.String getImplementationFQN()
Specified by:
getImplementationFQN in interface TopiaEntityEnum

setImplementationFQN

public void setImplementationFQN(java.lang.String implementationFQN)
Specified by:
setImplementationFQN in interface TopiaEntityEnum

accept

public boolean accept(java.lang.Class<? extends TopiaEntity> klass)
Specified by:
accept in interface TopiaEntityEnum

getImplementation

public java.lang.Class<? extends TopiaEntity> getImplementation()
Specified by:
getImplementation in interface TopiaEntityEnum

valueOf

public static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum valueOf(TopiaEntity entity)

valueOf

public static TopiaHistoryDAOHelper.TopiaHistoryEntityEnum valueOf(java.lang.Class<?> klass)


Copyright © 2004-2009 CodeLutin. All Rights Reserved.