public enum ObjectContainerPresentationSpaceSizePDFSize extends Enum<ObjectContainerPresentationSpaceSizePDFSize> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_ART_BOX
The 'Const Art Box' literal object
|
CONST_BLEED_BOX
The 'Const Bleed Box' literal object
|
CONST_CROP_BOX
The 'Const Crop Box' literal object
|
CONST_MEDIA_BOX
The 'Const Media Box' literal object
|
CONST_TRIM_BOX
The 'Const Trim Box' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_ART_BOX_VALUE
The 'Const Art Box' literal value
|
static int |
CONST_BLEED_BOX_VALUE
The 'Const Bleed Box' literal value
|
static int |
CONST_CROP_BOX_VALUE
The 'Const Crop Box' literal value
|
static int |
CONST_MEDIA_BOX_VALUE
The 'Const Media Box' literal value
|
static int |
CONST_TRIM_BOX_VALUE
The 'Const Trim Box' literal value
|
static List<ObjectContainerPresentationSpaceSizePDFSize> |
VALUES
A public read-only list of all the 'Object Container Presentation Space Size PDF Size' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectContainerPresentationSpaceSizePDFSize |
get(int value)
Returns the 'Object Container Presentation Space Size PDF Size' literal with the specified integer value
|
static ObjectContainerPresentationSpaceSizePDFSize |
get(String literal)
Returns the 'Object Container Presentation Space Size PDF Size' literal with the specified literal value
|
static ObjectContainerPresentationSpaceSizePDFSize |
getByName(String name)
Returns the 'Object Container Presentation Space Size PDF Size' 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 ObjectContainerPresentationSpaceSizePDFSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectContainerPresentationSpaceSizePDFSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectContainerPresentationSpaceSizePDFSize CONST_MEDIA_BOX
CONST_MEDIA_BOX_VALUEpublic static final ObjectContainerPresentationSpaceSizePDFSize CONST_CROP_BOX
CONST_CROP_BOX_VALUEpublic static final ObjectContainerPresentationSpaceSizePDFSize CONST_BLEED_BOX
CONST_BLEED_BOX_VALUEpublic static final ObjectContainerPresentationSpaceSizePDFSize CONST_TRIM_BOX
CONST_TRIM_BOX_VALUEpublic static final ObjectContainerPresentationSpaceSizePDFSize CONST_ART_BOX
CONST_ART_BOX_VALUEpublic static final int CONST_MEDIA_BOX_VALUE
If the meaning of 'Const Media Box' literal object isn't clear, there really should be more of a description here...
CONST_MEDIA_BOX,
Constant Field Valuespublic static final int CONST_CROP_BOX_VALUE
If the meaning of 'Const Crop Box' literal object isn't clear, there really should be more of a description here...
CONST_CROP_BOX,
Constant Field Valuespublic static final int CONST_BLEED_BOX_VALUE
If the meaning of 'Const Bleed Box' literal object isn't clear, there really should be more of a description here...
CONST_BLEED_BOX,
Constant Field Valuespublic static final int CONST_TRIM_BOX_VALUE
If the meaning of 'Const Trim Box' literal object isn't clear, there really should be more of a description here...
CONST_TRIM_BOX,
Constant Field Valuespublic static final int CONST_ART_BOX_VALUE
If the meaning of 'Const Art Box' literal object isn't clear, there really should be more of a description here...
CONST_ART_BOX,
Constant Field Valuespublic static final List<ObjectContainerPresentationSpaceSizePDFSize> VALUES
public static ObjectContainerPresentationSpaceSizePDFSize[] values()
for (ObjectContainerPresentationSpaceSizePDFSize c : ObjectContainerPresentationSpaceSizePDFSize.values()) System.out.println(c);
public static ObjectContainerPresentationSpaceSizePDFSize 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 ObjectContainerPresentationSpaceSizePDFSize get(String literal)
literal - the literal.null.public static ObjectContainerPresentationSpaceSizePDFSize getByName(String name)
name - the name.null.public static ObjectContainerPresentationSpaceSizePDFSize 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<ObjectContainerPresentationSpaceSizePDFSize>Copyright © 2017. All rights reserved.