public enum RelationEnumType extends Enum<RelationEnumType>
Java class for relationEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="relationEnumType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Equivalence"/> <enumeration value="Subsumes"/> <enumeration value="SubsumedBy"/> <enumeration value="InstanceOf"/> <enumeration value="HasInstance"/> <enumeration value="Disjoint"/> <enumeration value="PartOf"/> <enumeration value="Extra"/> <enumeration value="Missing"/> </restriction> </simpleType>
Enum Constant and Description |
---|
DISJOINT |
EQUIVALENCE |
EXTRA |
HAS_INSTANCE |
INSTANCE_OF |
MISSING |
PART_OF |
SUBSUMED_BY |
SUBSUMES |
Modifier and Type | Method and Description |
---|---|
static RelationEnumType |
fromValue(String v) |
String |
value() |
static RelationEnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationEnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationEnumType EQUIVALENCE
public static final RelationEnumType SUBSUMES
public static final RelationEnumType SUBSUMED_BY
public static final RelationEnumType INSTANCE_OF
public static final RelationEnumType HAS_INSTANCE
public static final RelationEnumType DISJOINT
public static final RelationEnumType PART_OF
public static final RelationEnumType EXTRA
public static final RelationEnumType MISSING
public static RelationEnumType[] values()
for (RelationEnumType c : RelationEnumType.values()) System.out.println(c);
public static RelationEnumType 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 RelationEnumType fromValue(String v)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a