public enum MappingOptionMapValue extends Enum<MappingOptionMapValue> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getMappingOptionMapValue()| Enum Constant and Description |
|---|
CONST_CENTERANDTRIM
The 'Const Centerandtrim' literal object
|
CONST_IMAGEPOINTTOPEL
The 'Const Imagepointtopel' literal object
|
CONST_IMAGEPOINTTOPELWITHDOUBLEDOT
The 'Const Imagepointtopelwithdoubledot' literal object
|
CONST_POSITION
The 'Const Position' literal object
|
CONST_POSITIONANDTRIM
The 'Const Positionandtrim' literal object
|
CONST_REPLICATEANDTRIM
The 'Const Replicateandtrim' literal object
|
CONST_SCALETOFILL
The 'Const Scaletofill' literal object
|
CONST_SCALETOFIT
The 'Const Scaletofit' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CENTERANDTRIM_VALUE
The 'Const Centerandtrim' literal value
|
static int |
CONST_IMAGEPOINTTOPEL_VALUE
The 'Const Imagepointtopel' literal value
|
static int |
CONST_IMAGEPOINTTOPELWITHDOUBLEDOT_VALUE
The 'Const Imagepointtopelwithdoubledot' literal value
|
static int |
CONST_POSITION_VALUE
The 'Const Position' literal value
|
static int |
CONST_POSITIONANDTRIM_VALUE
The 'Const Positionandtrim' literal value
|
static int |
CONST_REPLICATEANDTRIM_VALUE
The 'Const Replicateandtrim' literal value
|
static int |
CONST_SCALETOFILL_VALUE
The 'Const Scaletofill' literal value
|
static int |
CONST_SCALETOFIT_VALUE
The 'Const Scaletofit' literal value
|
static List<MappingOptionMapValue> |
VALUES
A public read-only list of all the 'Mapping Option Map Value' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static MappingOptionMapValue |
get(int value)
Returns the 'Mapping Option Map Value' literal with the specified integer value
|
static MappingOptionMapValue |
get(String literal)
Returns the 'Mapping Option Map Value' literal with the specified literal value
|
static MappingOptionMapValue |
getByName(String name)
Returns the 'Mapping Option Map Value' 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 MappingOptionMapValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingOptionMapValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingOptionMapValue CONST_POSITION
CONST_POSITION_VALUEpublic static final MappingOptionMapValue CONST_POSITIONANDTRIM
CONST_POSITIONANDTRIM_VALUEpublic static final MappingOptionMapValue CONST_SCALETOFIT
CONST_SCALETOFIT_VALUEpublic static final MappingOptionMapValue CONST_CENTERANDTRIM
CONST_CENTERANDTRIM_VALUEpublic static final MappingOptionMapValue CONST_IMAGEPOINTTOPEL
CONST_IMAGEPOINTTOPEL_VALUEpublic static final MappingOptionMapValue CONST_IMAGEPOINTTOPELWITHDOUBLEDOT
CONST_IMAGEPOINTTOPELWITHDOUBLEDOT_VALUEpublic static final MappingOptionMapValue CONST_REPLICATEANDTRIM
CONST_REPLICATEANDTRIM_VALUEpublic static final MappingOptionMapValue CONST_SCALETOFILL
CONST_SCALETOFILL_VALUEpublic static final int CONST_POSITION_VALUE
If the meaning of 'Const Position' literal object isn't clear, there really should be more of a description here...
CONST_POSITION,
Constant Field Valuespublic static final int CONST_POSITIONANDTRIM_VALUE
If the meaning of 'Const Positionandtrim' literal object isn't clear, there really should be more of a description here...
CONST_POSITIONANDTRIM,
Constant Field Valuespublic static final int CONST_SCALETOFIT_VALUE
If the meaning of 'Const Scaletofit' literal object isn't clear, there really should be more of a description here...
CONST_SCALETOFIT,
Constant Field Valuespublic static final int CONST_CENTERANDTRIM_VALUE
If the meaning of 'Const Centerandtrim' literal object isn't clear, there really should be more of a description here...
CONST_CENTERANDTRIM,
Constant Field Valuespublic static final int CONST_IMAGEPOINTTOPEL_VALUE
If the meaning of 'Const Imagepointtopel' literal object isn't clear, there really should be more of a description here...
CONST_IMAGEPOINTTOPEL,
Constant Field Valuespublic static final int CONST_IMAGEPOINTTOPELWITHDOUBLEDOT_VALUE
If the meaning of 'Const Imagepointtopelwithdoubledot' literal object isn't clear, there really should be more of a description here...
public static final int CONST_REPLICATEANDTRIM_VALUE
If the meaning of 'Const Replicateandtrim' literal object isn't clear, there really should be more of a description here...
CONST_REPLICATEANDTRIM,
Constant Field Valuespublic static final int CONST_SCALETOFILL_VALUE
If the meaning of 'Const Scaletofill' literal object isn't clear, there really should be more of a description here...
CONST_SCALETOFILL,
Constant Field Valuespublic static final List<MappingOptionMapValue> VALUES
public static MappingOptionMapValue[] values()
for (MappingOptionMapValue c : MappingOptionMapValue.values()) System.out.println(c);
public static MappingOptionMapValue 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 MappingOptionMapValue get(String literal)
literal - the literal.null.public static MappingOptionMapValue getByName(String name)
name - the name.null.public static MappingOptionMapValue 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<MappingOptionMapValue>Copyright © 2017. All rights reserved.