@Deprecated public static enum ConceptConstants.IdType extends Enum<ConceptConstants.IdType>
| Enum Constant and Description |
|---|
ORIGINAL_SOURCE
Deprecated.
|
SOURCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptConstants.IdType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConceptConstants.IdType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptConstants.IdType ORIGINAL_SOURCE
public static final ConceptConstants.IdType SOURCE
public static ConceptConstants.IdType[] values()
for (ConceptConstants.IdType c : ConceptConstants.IdType.values()) System.out.println(c);
public static ConceptConstants.IdType 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 © 2018 JULIE Lab Jena, Germany. All rights reserved.