eu.etaxonomy.cdm.model.common
Enum VocabularyEnum

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

Deprecated. A static list of vocabularies is not the right way to do this. We will use a service method that will return vocabularies by term type (once that is implemented)

@Deprecated
public enum VocabularyEnum
extends Enum<VocabularyEnum>

Version:
1.0
Author:
n.hoffmann

Enum Constant Summary
AbsenceTerm
          Deprecated.  
AnnotationType
          Deprecated.  
Continent
          Deprecated.  
DerivationEventType
          Deprecated.  
DeterminationModifier
          Deprecated.  
ExtensionType
          Deprecated.  
Feature
          Deprecated.  
HybridRelationshipType
          Deprecated.  
InstitutionType
          Deprecated.  
Language
          Deprecated.  
MarkerType
          Deprecated.  
MeasurementUnit
          Deprecated.  
Modifier
          Deprecated.  
NamedAreaLevel
          Deprecated.  
NamedAreaType
          Deprecated.  
NameFeature
          Deprecated.  
NameRelationshipType
          Deprecated.  
NameTypeDesignationStatus
          Deprecated.  
NaturalLanguageTerm
          Deprecated.  
NomenclaturalStatusType
          Deprecated.  
PresenceTerm
          Deprecated.  
PreservationMethod
          Deprecated.  
Rank
          Deprecated.  
ReferenceSystem
          Deprecated.  
RightsTerm
          Deprecated.  
Scope
          Deprecated.  
Sex
          Deprecated.  
SpecimenTypeDesignationStatus
          Deprecated.  
Stage
          Deprecated.  
State
          Deprecated.  
StatisticalMeasure
          Deprecated.  
SynonymRelationshipType
          Deprecated.  
TaxonRelationshipType
          Deprecated.  
TdwgArea
          Deprecated.  
TextFormat
          Deprecated.  
UndefinedLanguage
          Deprecated.  
WaterbodyOrCountry
          Deprecated.  
 
Method Summary
 Class<? extends DefinedTermBase<?>> getClazz()
          Deprecated.  
 UUID getUuid()
          Deprecated.  
static VocabularyEnum getVocabularyEnum(Class clazz)
          Deprecated.  
static VocabularyEnum valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static VocabularyEnum[] values()
          Deprecated. 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

Language

public static final VocabularyEnum Language
Deprecated. 

UndefinedLanguage

public static final VocabularyEnum UndefinedLanguage
Deprecated. 

Continent

public static final VocabularyEnum Continent
Deprecated. 

WaterbodyOrCountry

public static final VocabularyEnum WaterbodyOrCountry
Deprecated. 

Rank

public static final VocabularyEnum Rank
Deprecated. 

SpecimenTypeDesignationStatus

public static final VocabularyEnum SpecimenTypeDesignationStatus
Deprecated. 

NomenclaturalStatusType

public static final VocabularyEnum NomenclaturalStatusType
Deprecated. 

SynonymRelationshipType

public static final VocabularyEnum SynonymRelationshipType
Deprecated. 

HybridRelationshipType

public static final VocabularyEnum HybridRelationshipType
Deprecated. 

NameRelationshipType

public static final VocabularyEnum NameRelationshipType
Deprecated. 

TaxonRelationshipType

public static final VocabularyEnum TaxonRelationshipType
Deprecated. 

MarkerType

public static final VocabularyEnum MarkerType
Deprecated. 

AnnotationType

public static final VocabularyEnum AnnotationType
Deprecated. 

NamedAreaType

public static final VocabularyEnum NamedAreaType
Deprecated. 

NamedAreaLevel

public static final VocabularyEnum NamedAreaLevel
Deprecated. 

Feature

public static final VocabularyEnum Feature
Deprecated. 

NameFeature

public static final VocabularyEnum NameFeature
Deprecated. 

TdwgArea

public static final VocabularyEnum TdwgArea
Deprecated. 

PresenceTerm

public static final VocabularyEnum PresenceTerm
Deprecated. 

AbsenceTerm

public static final VocabularyEnum AbsenceTerm
Deprecated. 

Sex

public static final VocabularyEnum Sex
Deprecated. 

DerivationEventType

public static final VocabularyEnum DerivationEventType
Deprecated. 

PreservationMethod

public static final VocabularyEnum PreservationMethod
Deprecated. 

DeterminationModifier

public static final VocabularyEnum DeterminationModifier
Deprecated. 

StatisticalMeasure

public static final VocabularyEnum StatisticalMeasure
Deprecated. 

RightsTerm

public static final VocabularyEnum RightsTerm
Deprecated. 

NameTypeDesignationStatus

public static final VocabularyEnum NameTypeDesignationStatus
Deprecated. 

ExtensionType

public static final VocabularyEnum ExtensionType
Deprecated. 

ReferenceSystem

public static final VocabularyEnum ReferenceSystem
Deprecated. 

InstitutionType

public static final VocabularyEnum InstitutionType
Deprecated. 

MeasurementUnit

public static final VocabularyEnum MeasurementUnit
Deprecated. 

Scope

public static final VocabularyEnum Scope
Deprecated. 

Stage

public static final VocabularyEnum Stage
Deprecated. 

State

public static final VocabularyEnum State
Deprecated. 

TextFormat

public static final VocabularyEnum TextFormat
Deprecated. 

NaturalLanguageTerm

public static final VocabularyEnum NaturalLanguageTerm
Deprecated. 

Modifier

public static final VocabularyEnum Modifier
Deprecated. 
Method Detail

values

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

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

valueOf

public static VocabularyEnum valueOf(String name)
Deprecated. 
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

getUuid

public UUID getUuid()
Deprecated. 
Returns:
the UUID this vocabulary is uniquely identified with

getClazz

public Class<? extends DefinedTermBase<?>> getClazz()
Deprecated. 
Returns:
the Class of a specific term vocabulary

getVocabularyEnum

public static VocabularyEnum getVocabularyEnum(Class clazz)
Deprecated. 


Copyright © 2007-2013 EDIT. All Rights Reserved.