public enum MediumOrientationMedOrient extends Enum<MediumOrientationMedOrient> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_LANDSCAPE
The 'Const Landscape' literal object
|
CONST_LANDSCAPE90
The 'Const Landscape90' literal object
|
CONST_PORTRAIT
The 'Const Portrait' literal object
|
CONST_PORTRAIT90
The 'Const Portrait90' literal object
|
CONST_REVERSE_LANDSCAPE
The 'Const Reverse Landscape' literal object
|
CONST_REVERSE_PORTRAIT
The 'Const Reverse Portrait' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_LANDSCAPE_VALUE
The 'Const Landscape' literal value
|
static int |
CONST_LANDSCAPE90_VALUE
The 'Const Landscape90' literal value
|
static int |
CONST_PORTRAIT_VALUE
The 'Const Portrait' literal value
|
static int |
CONST_PORTRAIT90_VALUE
The 'Const Portrait90' literal value
|
static int |
CONST_REVERSE_LANDSCAPE_VALUE
The 'Const Reverse Landscape' literal value
|
static int |
CONST_REVERSE_PORTRAIT_VALUE
The 'Const Reverse Portrait' literal value
|
static List<MediumOrientationMedOrient> |
VALUES
A public read-only list of all the 'Medium Orientation Med Orient' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static MediumOrientationMedOrient |
get(int value)
Returns the 'Medium Orientation Med Orient' literal with the specified integer value
|
static MediumOrientationMedOrient |
get(String literal)
Returns the 'Medium Orientation Med Orient' literal with the specified literal value
|
static MediumOrientationMedOrient |
getByName(String name)
Returns the 'Medium Orientation Med Orient' 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 MediumOrientationMedOrient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediumOrientationMedOrient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediumOrientationMedOrient CONST_PORTRAIT
CONST_PORTRAIT_VALUEpublic static final MediumOrientationMedOrient CONST_LANDSCAPE
CONST_LANDSCAPE_VALUEpublic static final MediumOrientationMedOrient CONST_REVERSE_PORTRAIT
CONST_REVERSE_PORTRAIT_VALUEpublic static final MediumOrientationMedOrient CONST_REVERSE_LANDSCAPE
CONST_REVERSE_LANDSCAPE_VALUEpublic static final MediumOrientationMedOrient CONST_PORTRAIT90
CONST_PORTRAIT90_VALUEpublic static final MediumOrientationMedOrient CONST_LANDSCAPE90
CONST_LANDSCAPE90_VALUEpublic static final int CONST_PORTRAIT_VALUE
If the meaning of 'Const Portrait' literal object isn't clear, there really should be more of a description here...
CONST_PORTRAIT,
Constant Field Valuespublic static final int CONST_LANDSCAPE_VALUE
If the meaning of 'Const Landscape' literal object isn't clear, there really should be more of a description here...
CONST_LANDSCAPE,
Constant Field Valuespublic static final int CONST_REVERSE_PORTRAIT_VALUE
If the meaning of 'Const Reverse Portrait' literal object isn't clear, there really should be more of a description here...
CONST_REVERSE_PORTRAIT,
Constant Field Valuespublic static final int CONST_REVERSE_LANDSCAPE_VALUE
If the meaning of 'Const Reverse Landscape' literal object isn't clear, there really should be more of a description here...
CONST_REVERSE_LANDSCAPE,
Constant Field Valuespublic static final int CONST_PORTRAIT90_VALUE
If the meaning of 'Const Portrait90' literal object isn't clear, there really should be more of a description here...
CONST_PORTRAIT90,
Constant Field Valuespublic static final int CONST_LANDSCAPE90_VALUE
If the meaning of 'Const Landscape90' literal object isn't clear, there really should be more of a description here...
CONST_LANDSCAPE90,
Constant Field Valuespublic static final List<MediumOrientationMedOrient> VALUES
public static MediumOrientationMedOrient[] values()
for (MediumOrientationMedOrient c : MediumOrientationMedOrient.values()) System.out.println(c);
public static MediumOrientationMedOrient 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 MediumOrientationMedOrient get(String literal)
literal - the literal.null.public static MediumOrientationMedOrient getByName(String name)
name - the name.null.public static MediumOrientationMedOrient 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<MediumOrientationMedOrient>Copyright © 2017. All rights reserved.