public static enum Registry.ResourceType extends java.lang.Enum<Registry.ResourceType>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final Registry.ResourceType CODING_SCHEME
public static final Registry.ResourceType VALUESET_DEFINITION
public static final Registry.ResourceType PICKLIST_DEFINITION
public static final Registry.ResourceType NCI_HISTORY
public static final Registry.ResourceType CONCEPT_DOMAIN
public static final Registry.ResourceType USAGE_CONTEXT
public static Registry.ResourceType[] values()
for (Registry.ResourceType c : Registry.ResourceType.values()) System.out.println(c);
public static Registry.ResourceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null