public static enum OntologizerResult.TYPE extends java.lang.Enum<OntologizerResult.TYPE>
| Enum Constant and Description |
|---|
PARENT_CHILD |
TERM_FOR_TERM |
TOPOLOGY |
| Modifier and Type | Method and Description |
|---|---|
static OntologizerResult.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OntologizerResult.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntologizerResult.TYPE TOPOLOGY
public static final OntologizerResult.TYPE TERM_FOR_TERM
public static final OntologizerResult.TYPE PARENT_CHILD
public static OntologizerResult.TYPE[] values()
for (OntologizerResult.TYPE c : OntologizerResult.TYPE.values()) System.out.println(c);
public static OntologizerResult.TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null