public static enum ClassificationCapabilityImpl.RecordType extends Enum<ClassificationCapabilityImpl.RecordType>
| Enum Constant and Description |
|---|
SCIENTIFIC |
VERNACULAR |
| Modifier and Type | Method and Description |
|---|---|
static ClassificationCapabilityImpl.RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationCapabilityImpl.RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassificationCapabilityImpl.RecordType SCIENTIFIC
public static final ClassificationCapabilityImpl.RecordType VERNACULAR
public static ClassificationCapabilityImpl.RecordType[] values()
for (ClassificationCapabilityImpl.RecordType c : ClassificationCapabilityImpl.RecordType.values()) System.out.println(c);
public static ClassificationCapabilityImpl.RecordType 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. All Rights Reserved.