public enum GroupLabelAlignment extends Enum<GroupLabelAlignment> implements org.eclipse.emf.common.util.Enumerator
VGroupPackage.getGroupLabelAlignment()
Enum Constant and Description |
---|
INPUT_ALIGNED
The 'Input Aligned' literal object.
|
LABEL_ALIGNED
The 'Label Aligned' literal object.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final GroupLabelAlignment LABEL_ALIGNED
LABEL_ALIGNED_VALUE
public static final GroupLabelAlignment INPUT_ALIGNED
INPUT_ALIGNED_VALUE
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
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 nameNullPointerException
- if the argument is nullpublic static GroupLabelAlignment get(String literal)
literal
- the literal.null
.public static GroupLabelAlignment getByName(String name)
name
- the name.null
.public static GroupLabelAlignment get(int value)
value
- the integer value.null
.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>
Copyright © 2019. All rights reserved.