Enum Class Orientation
- All Implemented Interfaces:
Serializable
,Comparable<Orientation>
,Constable
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe 'ALIGNMENT BOTTOM' literal object.The 'ALIGNMENT CENTER' literal object.The 'ALIGNMENT LEFT' literal object.The 'ALIGNMENT MIDDLE' literal object.The 'ALIGNMENT RIGHT' literal object.The 'ALIGNMENT TOP' literal object.The 'UNSPECIFIED' literal object. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 'ALIGNMENT BOTTOM' literal value.static final int
The 'ALIGNMENT CENTER' literal value.static final int
The 'ALIGNMENT LEFT' literal value.static final int
The 'ALIGNMENT MIDDLE' literal value.static final int
The 'ALIGNMENT RIGHT' literal value.static final int
The 'ALIGNMENT TOP' literal value.static final int
The 'UNSPECIFIED' literal value.static final List<Orientation>
A public read-only list of all the 'Orientation' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic Orientation
get
(int value) Returns the 'Orientation' literal with the specified integer value.static Orientation
Returns the 'Orientation' literal with the specified literal value.static Orientation
Returns the 'Orientation' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALIGNMENT_CENTER
The 'ALIGNMENT CENTER' literal object.- See Also:
-
ALIGNMENT_LEFT
The 'ALIGNMENT LEFT' literal object.- See Also:
-
ALIGNMENT_TOP
The 'ALIGNMENT TOP' literal object.- See Also:
-
ALIGNMENT_RIGHT
The 'ALIGNMENT RIGHT' literal object.- See Also:
-
ALIGNMENT_BOTTOM
The 'ALIGNMENT BOTTOM' literal object.- See Also:
-
ALIGNMENT_MIDDLE
The 'ALIGNMENT MIDDLE' literal object.- See Also:
-
UNSPECIFIED
The 'UNSPECIFIED' literal object.- See Also:
-
-
Field Details
-
ALIGNMENT_CENTER_VALUE
public static final int ALIGNMENT_CENTER_VALUEThe 'ALIGNMENT CENTER' literal value.If the meaning of 'ALIGNMENT CENTER' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ALIGNMENT_LEFT_VALUE
public static final int ALIGNMENT_LEFT_VALUEThe 'ALIGNMENT LEFT' literal value.If the meaning of 'ALIGNMENT LEFT' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ALIGNMENT_TOP_VALUE
public static final int ALIGNMENT_TOP_VALUEThe 'ALIGNMENT TOP' literal value.If the meaning of 'ALIGNMENT TOP' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ALIGNMENT_RIGHT_VALUE
public static final int ALIGNMENT_RIGHT_VALUEThe 'ALIGNMENT RIGHT' literal value.If the meaning of 'ALIGNMENT RIGHT' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ALIGNMENT_BOTTOM_VALUE
public static final int ALIGNMENT_BOTTOM_VALUEThe 'ALIGNMENT BOTTOM' literal value.If the meaning of 'ALIGNMENT BOTTOM' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ALIGNMENT_MIDDLE_VALUE
public static final int ALIGNMENT_MIDDLE_VALUEThe 'ALIGNMENT MIDDLE' literal value.If the meaning of 'ALIGNMENT MIDDLE' literal object isn't clear, there really should be more of a description here...
- See Also:
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEThe 'UNSPECIFIED' literal value.If the meaning of 'UNSPECIFIED' literal object isn't clear, there really should be more of a description here...
- See Also:
-
VALUES
A public read-only list of all the 'Orientation' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Orientation' literal with the specified literal value. -
getByName
Returns the 'Orientation' literal with the specified name. -
get
Returns the 'Orientation' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<Orientation>
-