Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.model.generated.oml
Enum RelationEnumType

java.lang.Object
  extended by java.lang.Enum<RelationEnumType>
      extended by eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.RelationEnumType
All Implemented Interfaces:
Serializable, Comparable<RelationEnumType>

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 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

EQUIVALENCE

public static final RelationEnumType EQUIVALENCE

SUBSUMES

public static final RelationEnumType SUBSUMES

SUBSUMED_BY

public static final RelationEnumType SUBSUMED_BY

INSTANCE_OF

public static final RelationEnumType INSTANCE_OF

HAS_INSTANCE

public static final RelationEnumType HAS_INSTANCE

DISJOINT

public static final RelationEnumType DISJOINT

PART_OF

public static final RelationEnumType PART_OF

EXTRA

public static final RelationEnumType EXTRA

MISSING

public static final RelationEnumType MISSING
Method Detail

values

public static RelationEnumType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RelationEnumType c : RelationEnumType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RelationEnumType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static RelationEnumType fromValue(String v)

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d