public static enum GAFOWLBridge.BioentityMapping extends Enum<GAFOWLBridge.BioentityMapping>
Enum Constant and Description |
---|
CLASS_EXPRESSION |
INDIVIDUAL |
NAMED_CLASS |
NONE |
Modifier and Type | Method and Description |
---|---|
static GAFOWLBridge.BioentityMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GAFOWLBridge.BioentityMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAFOWLBridge.BioentityMapping NONE
public static final GAFOWLBridge.BioentityMapping CLASS_EXPRESSION
public static final GAFOWLBridge.BioentityMapping NAMED_CLASS
public static final GAFOWLBridge.BioentityMapping INDIVIDUAL
public static GAFOWLBridge.BioentityMapping[] values()
for (GAFOWLBridge.BioentityMapping c : GAFOWLBridge.BioentityMapping.values()) System.out.println(c);
public static GAFOWLBridge.BioentityMapping 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–2015. All rights reserved.