public enum GridAlignment extends Enum<GridAlignment> implements org.eclipse.emf.common.util.Enumerator
Enum Constant and Description |
---|
BEGINNING
The 'BEGINNING' literal object.
|
CENTER
The 'CENTER' literal object.
|
END
The 'END' literal object.
|
FILL
The 'FILL' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
BEGINNING_VALUE
The 'BEGINNING' literal value.
|
static int |
CENTER_VALUE
The 'CENTER' literal value.
|
static int |
END_VALUE
The 'END' literal value.
|
static int |
FILL_VALUE
The 'FILL' literal value.
|
static List<GridAlignment> |
VALUES
A public read-only list of all the 'Grid Alignment' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static GridAlignment |
get(int value)
Returns the 'Grid Alignment' literal with the specified integer value.
|
static GridAlignment |
get(String literal)
Returns the 'Grid Alignment' literal with the specified literal value.
|
static GridAlignment |
getByName(String name)
Returns the 'Grid 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 GridAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridAlignment CENTER
CENTER_VALUE
public static final GridAlignment FILL
FILL_VALUE
public static final GridAlignment BEGINNING
BEGINNING_VALUE
public static final GridAlignment END
END_VALUE
public static final int CENTER_VALUE
If the meaning of 'CENTER' literal object isn't clear, there really should be more of a description here...
CENTER
,
Constant Field Valuespublic static final int FILL_VALUE
If the meaning of 'FILL' literal object isn't clear, there really should be more of a description here...
FILL
,
Constant Field Valuespublic static final int BEGINNING_VALUE
If the meaning of 'BEGINNING' literal object isn't clear, there really should be more of a description here...
BEGINNING
,
Constant Field Valuespublic static final int END_VALUE
If the meaning of 'END' literal object isn't clear, there really should be more of a description here...
END
,
Constant Field Valuespublic static final List<GridAlignment> VALUES
public static GridAlignment[] values()
for (GridAlignment c : GridAlignment.values()) System.out.println(c);
public static GridAlignment 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 GridAlignment get(String literal)
public static GridAlignment getByName(String name)
public static GridAlignment 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<GridAlignment>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.