public enum FNCPatAlign extends Enum<FNCPatAlign> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getFNCPatAlign()| Enum Constant and Description |
|---|
CONST1_BYTE_ALIGNMENT
The 'Const1 Byte Alignment' literal object
|
CONST4_BYTE_ALIGNMENT
The 'Const4 Byte Alignment' literal object
|
CONST8_BYTE_ALIGNMENT
The 'Const8 Byte Alignment' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST1_BYTE_ALIGNMENT_VALUE
The 'Const1 Byte Alignment' literal value
|
static int |
CONST4_BYTE_ALIGNMENT_VALUE
The 'Const4 Byte Alignment' literal value
|
static int |
CONST8_BYTE_ALIGNMENT_VALUE
The 'Const8 Byte Alignment' literal value
|
static List<FNCPatAlign> |
VALUES
A public read-only list of all the 'FNC Pat Align' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FNCPatAlign |
get(int value)
Returns the 'FNC Pat Align' literal with the specified integer value
|
static FNCPatAlign |
get(String literal)
Returns the 'FNC Pat Align' literal with the specified literal value
|
static FNCPatAlign |
getByName(String name)
Returns the 'FNC Pat Align' 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 FNCPatAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FNCPatAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNCPatAlign CONST1_BYTE_ALIGNMENT
CONST1_BYTE_ALIGNMENT_VALUEpublic static final FNCPatAlign CONST4_BYTE_ALIGNMENT
CONST4_BYTE_ALIGNMENT_VALUEpublic static final FNCPatAlign CONST8_BYTE_ALIGNMENT
CONST8_BYTE_ALIGNMENT_VALUEpublic static final int CONST1_BYTE_ALIGNMENT_VALUE
If the meaning of 'Const1 Byte Alignment' literal object isn't clear, there really should be more of a description here...
CONST1_BYTE_ALIGNMENT,
Constant Field Valuespublic static final int CONST4_BYTE_ALIGNMENT_VALUE
If the meaning of 'Const4 Byte Alignment' literal object isn't clear, there really should be more of a description here...
CONST4_BYTE_ALIGNMENT,
Constant Field Valuespublic static final int CONST8_BYTE_ALIGNMENT_VALUE
If the meaning of 'Const8 Byte Alignment' literal object isn't clear, there really should be more of a description here...
CONST8_BYTE_ALIGNMENT,
Constant Field Valuespublic static final List<FNCPatAlign> VALUES
public static FNCPatAlign[] values()
for (FNCPatAlign c : FNCPatAlign.values()) System.out.println(c);
public static FNCPatAlign 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 FNCPatAlign get(String literal)
literal - the literal.null.public static FNCPatAlign getByName(String name)
name - the name.null.public static FNCPatAlign get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<FNCPatAlign>Copyright © 2017. All rights reserved.