|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GroupLabelAlignment>
org.eclipse.emf.ecp.view.spi.group.model.GroupLabelAlignment
public enum GroupLabelAlignment
A representation of the literals of the enumeration 'Label Alignment', and utility methods for working with them.
VGroupPackage.getGroupLabelAlignment()
Enum Constant Summary | |
---|---|
INPUT_ALIGNED
The 'Input Aligned' literal object. |
|
LABEL_ALIGNED
The 'Label Aligned' literal object. |
Field Summary | |
---|---|
static int |
INPUT_ALIGNED_VALUE
The 'Input Aligned' literal value. |
static int |
LABEL_ALIGNED_VALUE
The 'Label Aligned' literal value. |
static List<GroupLabelAlignment> |
VALUES
A public read-only list of all the 'Label Alignment' enumerators. |
Method Summary | |
---|---|
static GroupLabelAlignment |
get(int value)
Returns the 'Label Alignment' literal with the specified integer value. |
static GroupLabelAlignment |
get(String literal)
Returns the 'Label Alignment' literal with the specified literal value. |
static GroupLabelAlignment |
getByName(String name)
Returns the 'Label Alignment' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static GroupLabelAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GroupLabelAlignment[] |
values()
Returns an array containing the constants of this enum type, in the order they are 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 GroupLabelAlignment LABEL_ALIGNED
LABEL_ALIGNED_VALUE
public static final GroupLabelAlignment INPUT_ALIGNED
INPUT_ALIGNED_VALUE
Field Detail |
---|
public static final int LABEL_ALIGNED_VALUE
If the meaning of 'Label Aligned' literal object isn't clear, there really should be more of a description here...
LABEL_ALIGNED
,
Constant Field Valuespublic static final int INPUT_ALIGNED_VALUE
If the meaning of 'Input Aligned' literal object isn't clear, there really should be more of a description here...
INPUT_ALIGNED
,
Constant Field Valuespublic static final List<GroupLabelAlignment> VALUES
Method Detail |
---|
public static GroupLabelAlignment[] values()
for (GroupLabelAlignment c : GroupLabelAlignment.values()) System.out.println(c);
public static GroupLabelAlignment 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 static GroupLabelAlignment get(String literal)
public static GroupLabelAlignment getByName(String name)
public static GroupLabelAlignment get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<GroupLabelAlignment>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |