org.lexevs.registry.service
Enum Registry.ResourceType

java.lang.Object
  extended by java.lang.Enum<Registry.ResourceType>
      extended by org.lexevs.registry.service.Registry.ResourceType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Registry.ResourceType>
Enclosing interface:
Registry

public static enum Registry.ResourceType
extends java.lang.Enum<Registry.ResourceType>

The Enum ResourceType.

Author:
Kevin Peterson

Enum Constant Summary
CODING_SCHEME
          The CODIN g_ scheme.
CONCEPT_DOMAIN
           
NCI_HISTORY
          The NC i_ history.
PICKLIST_DEFINITION
          The PICKLIST.
USAGE_CONTEXT
           
VALUESET_DEFINITION
          The VALU e_ domain.
 
Method Summary
static Registry.ResourceType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Registry.ResourceType[] 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

CODING_SCHEME

public static final Registry.ResourceType CODING_SCHEME
The CODIN g_ scheme.


VALUESET_DEFINITION

public static final Registry.ResourceType VALUESET_DEFINITION
The VALU e_ domain.


PICKLIST_DEFINITION

public static final Registry.ResourceType PICKLIST_DEFINITION
The PICKLIST.


NCI_HISTORY

public static final Registry.ResourceType NCI_HISTORY
The NC i_ history.


CONCEPT_DOMAIN

public static final Registry.ResourceType CONCEPT_DOMAIN

USAGE_CONTEXT

public static final Registry.ResourceType USAGE_CONTEXT
Method Detail

values

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

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

valueOf

public static Registry.ResourceType 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

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.