public enum ConceptNameType extends Enum<ConceptNameType>
ConceptName
Enum Constant and Description |
---|
FULLY_SPECIFIED |
INDEX_TERM |
SHORT |
Modifier and Type | Method and Description |
---|---|
static ConceptNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptNameType FULLY_SPECIFIED
public static final ConceptNameType SHORT
public static final ConceptNameType INDEX_TERM
public static ConceptNameType[] values()
for (ConceptNameType c : ConceptNameType.values()) System.out.println(c);
public static ConceptNameType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 OpenMRS Inc.. All rights reserved.