public static enum ConceptManager.MorphoLabel extends Enum<ConceptManager.MorphoLabel> implements org.neo4j.graphdb.Label
| Enum Constant and Description |
|---|
ACRONYM |
ACRONYMS |
WRITING_VARIANT |
WRITING_VARIANTS |
| Modifier and Type | Method and Description |
|---|---|
static ConceptManager.MorphoLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptManager.MorphoLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptManager.MorphoLabel WRITING_VARIANTS
public static final ConceptManager.MorphoLabel ACRONYMS
public static final ConceptManager.MorphoLabel WRITING_VARIANT
public static final ConceptManager.MorphoLabel ACRONYM
public static ConceptManager.MorphoLabel[] values()
for (ConceptManager.MorphoLabel c : ConceptManager.MorphoLabel.values()) System.out.println(c);
public static ConceptManager.MorphoLabel 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.