|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RelationEnumType>
eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.RelationEnumType
public 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 Summary | |
---|---|
DISJOINT
|
|
EQUIVALENCE
|
|
EXTRA
|
|
HAS_INSTANCE
|
|
INSTANCE_OF
|
|
MISSING
|
|
PART_OF
|
|
SUBSUMED_BY
|
|
SUBSUMES
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String value()
public static RelationEnumType fromValue(String v)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |