eu.etaxonomy.cdm.model.common
Enum CdmMetaData.MetaDataPropertyName

java.lang.Object
  extended by java.lang.Enum<CdmMetaData.MetaDataPropertyName>
      extended by eu.etaxonomy.cdm.model.common.CdmMetaData.MetaDataPropertyName
All Implemented Interfaces:
Serializable, Comparable<CdmMetaData.MetaDataPropertyName>
Enclosing class:
CdmMetaData

public static enum CdmMetaData.MetaDataPropertyName
extends Enum<CdmMetaData.MetaDataPropertyName>


Enum Constant Summary
DB_CREATE_DATE
           
DB_CREATE_NOTE
           
DB_SCHEMA_VERSION
           
TERMS_VERSION
           
 
Method Summary
 String getSqlQuery()
           
static CdmMetaData.MetaDataPropertyName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CdmMetaData.MetaDataPropertyName[] 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

DB_SCHEMA_VERSION

public static final CdmMetaData.MetaDataPropertyName DB_SCHEMA_VERSION

TERMS_VERSION

public static final CdmMetaData.MetaDataPropertyName TERMS_VERSION

DB_CREATE_DATE

public static final CdmMetaData.MetaDataPropertyName DB_CREATE_DATE

DB_CREATE_NOTE

public static final CdmMetaData.MetaDataPropertyName DB_CREATE_NOTE
Method Detail

values

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

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

valueOf

public static CdmMetaData.MetaDataPropertyName valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getSqlQuery

public String getSqlQuery()


Copyright © 2007-2013 EDIT. All Rights Reserved.