fr.inrialpes.exmo.align.impl.edoal
Enum EDOALRelation.Direction
java.lang.Object
java.lang.Enum<EDOALRelation.Direction>
fr.inrialpes.exmo.align.impl.edoal.EDOALRelation.Direction
- All Implemented Interfaces:
- Serializable, Comparable<EDOALRelation.Direction>
- Enclosing class:
- EDOALRelation
public static enum EDOALRelation.Direction
- extends Enum<EDOALRelation.Direction>
Enumeration to distinuish the direction of the mapping.
$Id: EDOALRelation.java 1338 2010-03-18 21:33:00Z euzenat $
- Version:
- $Revision: 1.10 $
- Author:
- richi
GENERIC
public static final EDOALRelation.Direction GENERIC
EQUIVALENCE
public static final EDOALRelation.Direction EQUIVALENCE
DISJOINTFROM
public static final EDOALRelation.Direction DISJOINTFROM
SUBSUMES
public static final EDOALRelation.Direction SUBSUMES
SUBSUMEDBY
public static final EDOALRelation.Direction SUBSUMEDBY
INSTANCEOF
public static final EDOALRelation.Direction INSTANCEOF
HASINSTANCE
public static final EDOALRelation.Direction HASINSTANCE
EDOALRepr
private final String EDOALRepr
abbrev
private final String abbrev
uri
private final URI uri
nameIndex
private static Map<String,EDOALRelation.Direction> nameIndex
values
public static EDOALRelation.Direction[] 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 (EDOALRelation.Direction c : EDOALRelation.Direction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EDOALRelation.Direction 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
toString
public String toString()
- Overrides:
toString
in class Enum<EDOALRelation.Direction>
getRelation
public static EDOALRelation.Direction getRelation(String name)
(C) INRIA & friends, 2003-${curryear}