|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RelativePhysicalRelationship>
org.eclipse.ohf.stem.definitions.labels.RelativePhysicalRelationship
public enum RelativePhysicalRelationship
This class represents the enumeration of the different types of relative physical relationships.
Enum Constant Summary | |
---|---|
ABOVE_LITERAL
The 'Above' literal object. |
|
BELOW_LITERAL
The 'Below' literal object. |
|
CONTAINED_BY_LITERAL
The 'Contained By' literal object. |
|
CONTAINS_LITERAL
The 'Contains' literal object. |
|
EAST_OF_LITERAL
The 'East Of' literal object. |
|
LEFT_OF_LITERAL
The 'Left Of' literal object. |
|
NORTH_OF_LITERAL
The 'North Of' literal object. |
|
ORBITS_LITERAL
The 'Orbits' literal object. |
|
OVERLAPS_LITERAL
The 'Overlaps' literal object. |
|
RIGHT_OF_LITERAL
The 'Right Of' literal object. |
|
SOUTH_OF_LITERAL
The 'South Of' literal object. |
|
UNSPECIFIED_LITERAL
The 'Unspecified' literal object. |
|
WEST_OF_LITERAL
The 'West Of' literal object. |
Field Summary | |
---|---|
static int |
ABOVE
One thing is above another, but not touching. |
static int |
BELOW
One thing is below another, but not touching. |
static int |
CONTAINED_BY
One thing is contained by another. |
static int |
CONTAINS
One thing completely contains another. |
static java.lang.String |
copyright
|
static int |
EAST_OF
|
static int |
LEFT_OF
One thing is to the left of another, but not touching. |
static int |
NORTH_OF
One thing is to the north of another, but not touching. |
static int |
ORBITS
One orbits another |
static int |
OVERLAPS
One thing overlaps another. |
static int |
RIGHT_OF
One thing is to the right of another, but not touching. |
static int |
SOUTH_OF
One thing is to the south of another, but not touching. |
static int |
UNSPECIFIED
|
static java.util.List<RelativePhysicalRelationship> |
VALUES
A public read-only list of all the 'Relative Physical Relationship' enumerators. |
static int |
WEST_OF
One thing is to the west of another, but not touching. |
Method Summary | |
---|---|
static RelativePhysicalRelationship |
get(int value)
Returns the 'Relative Physical Relationship' literal with the specified integer value. |
static RelativePhysicalRelationship |
get(java.lang.String literal)
Returns the 'Relative Physical Relationship' literal with the specified literal value. |
static RelativePhysicalRelationship |
getByName(java.lang.String name)
Returns the 'Relative Physical Relationship' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static RelativePhysicalRelationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelativePhysicalRelationship[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RelativePhysicalRelationship UNSPECIFIED_LITERAL
UNSPECIFIED
public static final RelativePhysicalRelationship ABOVE_LITERAL
ABOVE
public static final RelativePhysicalRelationship BELOW_LITERAL
BELOW
public static final RelativePhysicalRelationship RIGHT_OF_LITERAL
RIGHT_OF
public static final RelativePhysicalRelationship LEFT_OF_LITERAL
LEFT_OF
public static final RelativePhysicalRelationship NORTH_OF_LITERAL
NORTH_OF
public static final RelativePhysicalRelationship SOUTH_OF_LITERAL
SOUTH_OF
public static final RelativePhysicalRelationship WEST_OF_LITERAL
WEST_OF
public static final RelativePhysicalRelationship EAST_OF_LITERAL
EAST_OF
public static final RelativePhysicalRelationship CONTAINS_LITERAL
CONTAINS
public static final RelativePhysicalRelationship CONTAINED_BY_LITERAL
CONTAINED_BY
public static final RelativePhysicalRelationship OVERLAPS_LITERAL
OVERLAPS
public static final RelativePhysicalRelationship ORBITS_LITERAL
ORBITS
Field Detail |
---|
public static final java.lang.String copyright
public static final int UNSPECIFIED
public static final int ABOVE
public static final int BELOW
public static final int RIGHT_OF
public static final int LEFT_OF
public static final int NORTH_OF
public static final int SOUTH_OF
public static final int WEST_OF
public static final int EAST_OF
public static final int CONTAINS
public static final int CONTAINED_BY
public static final int OVERLAPS
public static final int ORBITS
public static final java.util.List<RelativePhysicalRelationship> VALUES
Method Detail |
---|
public static final RelativePhysicalRelationship[] values()
for(RelativePhysicalRelationship c : RelativePhysicalRelationship.values()) System.out.println(c);
public static RelativePhysicalRelationship valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static RelativePhysicalRelationship get(java.lang.String literal)
public static RelativePhysicalRelationship getByName(java.lang.String name)
public static RelativePhysicalRelationship get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<RelativePhysicalRelationship>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |