public enum SimpleResourceClass extends Enum<SimpleResourceClass>
| Enum Constant and Description |
|---|
CORPUS |
EXPERIMENTAL_DATA |
FIELDWORK_MATERIAL |
GRAMMAR |
LEXICON |
RESOURCE_BUNDLE |
SURVEY_DATA |
TEST_DATA |
TOOL |
TOOLCHAIN |
| Modifier and Type | Method and Description |
|---|---|
static SimpleResourceClass |
fromValue(String v) |
String |
value() |
static SimpleResourceClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleResourceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleResourceClass LEXICON
public static final SimpleResourceClass CORPUS
public static final SimpleResourceClass TOOL
public static final SimpleResourceClass GRAMMAR
public static final SimpleResourceClass FIELDWORK_MATERIAL
public static final SimpleResourceClass EXPERIMENTAL_DATA
public static final SimpleResourceClass SURVEY_DATA
public static final SimpleResourceClass TEST_DATA
public static final SimpleResourceClass TOOLCHAIN
public static final SimpleResourceClass RESOURCE_BUNDLE
public static SimpleResourceClass[] values()
for (SimpleResourceClass c : SimpleResourceClass.values()) System.out.println(c);
public static SimpleResourceClass 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 nullpublic String value()
public static SimpleResourceClass fromValue(String v)
Copyright © 2014. All rights reserved.