public static enum GAFOWLBridge.Vocab extends Enum<GAFOWLBridge.Vocab>
Enum Constant and Description |
---|
ACTIVELY_PARTICIPATES_IN |
COLOCALIZES_WITH |
CONTRIBUTES_TO |
DESCRIBES |
ENABLED_BY |
IN_TAXON |
INVOLVED_IN |
PART_OF |
PROTOTYPICALLY |
SOURCE |
Modifier and Type | Method and Description |
---|---|
static GAFOWLBridge.Vocab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GAFOWLBridge.Vocab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAFOWLBridge.Vocab ACTIVELY_PARTICIPATES_IN
public static final GAFOWLBridge.Vocab PART_OF
public static final GAFOWLBridge.Vocab DESCRIBES
public static final GAFOWLBridge.Vocab SOURCE
public static final GAFOWLBridge.Vocab PROTOTYPICALLY
public static final GAFOWLBridge.Vocab IN_TAXON
public static final GAFOWLBridge.Vocab ENABLED_BY
public static final GAFOWLBridge.Vocab INVOLVED_IN
public static final GAFOWLBridge.Vocab CONTRIBUTES_TO
public static final GAFOWLBridge.Vocab COLOCALIZES_WITH
public static GAFOWLBridge.Vocab[] values()
for (GAFOWLBridge.Vocab c : GAFOWLBridge.Vocab.values()) System.out.println(c);
public static GAFOWLBridge.Vocab 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 © 2010-2014. All Rights Reserved.