public enum FinishingOperationFOpType extends Enum<FinishingOperationFOpType> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_CENTER_FOLD_IN
The 'Const Center Fold In' literal object
|
CONST_CORNER_STAPLE
The 'Const Corner Staple' literal object
|
CONST_EDGE_STITCH
The 'Const Edge Stitch' literal object
|
CONST_FOLD_IN
The 'Const Fold In' literal object
|
CONST_PERFECT_BIND
The 'Const Perfect Bind' literal object
|
CONST_PERFORATION_CUT
The 'Const Perforation Cut' literal object
|
CONST_PUNCH
The 'Const Punch' literal object
|
CONST_RING_BIND
The 'Const Ring Bind' literal object
|
CONST_SADDLE_STITCH_IN
The 'Const Saddle Stitch In' literal object
|
CONST_SADDLE_STITCH_OUT
The 'Const Saddle Stitch Out' literal object
|
CONST_SEPARATION_CUT
The 'Const Separation Cut' literal object
|
CONST_TRIM_AFTER_CENTER_FOLD_OR_SADDLE_STITCH
The 'Const Trim After Center Fold Or Saddle Stitch' literal object
|
CONST_ZFOLD
The 'Const ZFold' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CENTER_FOLD_IN_VALUE
The 'Const Center Fold In' literal value
|
static int |
CONST_CORNER_STAPLE_VALUE
The 'Const Corner Staple' literal value
|
static int |
CONST_EDGE_STITCH_VALUE
The 'Const Edge Stitch' literal value
|
static int |
CONST_FOLD_IN_VALUE
The 'Const Fold In' literal value
|
static int |
CONST_PERFECT_BIND_VALUE
The 'Const Perfect Bind' literal value
|
static int |
CONST_PERFORATION_CUT_VALUE
The 'Const Perforation Cut' literal value
|
static int |
CONST_PUNCH_VALUE
The 'Const Punch' literal value
|
static int |
CONST_RING_BIND_VALUE
The 'Const Ring Bind' literal value
|
static int |
CONST_SADDLE_STITCH_IN_VALUE
The 'Const Saddle Stitch In' literal value
|
static int |
CONST_SADDLE_STITCH_OUT_VALUE
The 'Const Saddle Stitch Out' literal value
|
static int |
CONST_SEPARATION_CUT_VALUE
The 'Const Separation Cut' literal value
|
static int |
CONST_TRIM_AFTER_CENTER_FOLD_OR_SADDLE_STITCH_VALUE
The 'Const Trim After Center Fold Or Saddle Stitch' literal value
|
static int |
CONST_ZFOLD_VALUE
The 'Const ZFold' literal value
|
static List<FinishingOperationFOpType> |
VALUES
A public read-only list of all the 'Finishing Operation FOp Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FinishingOperationFOpType |
get(int value)
Returns the 'Finishing Operation FOp Type' literal with the specified integer value
|
static FinishingOperationFOpType |
get(String literal)
Returns the 'Finishing Operation FOp Type' literal with the specified literal value
|
static FinishingOperationFOpType |
getByName(String name)
Returns the 'Finishing Operation FOp Type' 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 FinishingOperationFOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinishingOperationFOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinishingOperationFOpType CONST_CORNER_STAPLE
CONST_CORNER_STAPLE_VALUEpublic static final FinishingOperationFOpType CONST_SADDLE_STITCH_OUT
CONST_SADDLE_STITCH_OUT_VALUEpublic static final FinishingOperationFOpType CONST_EDGE_STITCH
CONST_EDGE_STITCH_VALUEpublic static final FinishingOperationFOpType CONST_FOLD_IN
CONST_FOLD_IN_VALUEpublic static final FinishingOperationFOpType CONST_SEPARATION_CUT
CONST_SEPARATION_CUT_VALUEpublic static final FinishingOperationFOpType CONST_PERFORATION_CUT
CONST_PERFORATION_CUT_VALUEpublic static final FinishingOperationFOpType CONST_ZFOLD
CONST_ZFOLD_VALUEpublic static final FinishingOperationFOpType CONST_CENTER_FOLD_IN
CONST_CENTER_FOLD_IN_VALUEpublic static final FinishingOperationFOpType CONST_TRIM_AFTER_CENTER_FOLD_OR_SADDLE_STITCH
public static final FinishingOperationFOpType CONST_PUNCH
CONST_PUNCH_VALUEpublic static final FinishingOperationFOpType CONST_PERFECT_BIND
CONST_PERFECT_BIND_VALUEpublic static final FinishingOperationFOpType CONST_RING_BIND
CONST_RING_BIND_VALUEpublic static final FinishingOperationFOpType CONST_SADDLE_STITCH_IN
CONST_SADDLE_STITCH_IN_VALUEpublic static final int CONST_CORNER_STAPLE_VALUE
If the meaning of 'Const Corner Staple' literal object isn't clear, there really should be more of a description here...
CONST_CORNER_STAPLE,
Constant Field Valuespublic static final int CONST_SADDLE_STITCH_OUT_VALUE
If the meaning of 'Const Saddle Stitch Out' literal object isn't clear, there really should be more of a description here...
CONST_SADDLE_STITCH_OUT,
Constant Field Valuespublic static final int CONST_EDGE_STITCH_VALUE
If the meaning of 'Const Edge Stitch' literal object isn't clear, there really should be more of a description here...
CONST_EDGE_STITCH,
Constant Field Valuespublic static final int CONST_FOLD_IN_VALUE
If the meaning of 'Const Fold In' literal object isn't clear, there really should be more of a description here...
CONST_FOLD_IN,
Constant Field Valuespublic static final int CONST_SEPARATION_CUT_VALUE
If the meaning of 'Const Separation Cut' literal object isn't clear, there really should be more of a description here...
CONST_SEPARATION_CUT,
Constant Field Valuespublic static final int CONST_PERFORATION_CUT_VALUE
If the meaning of 'Const Perforation Cut' literal object isn't clear, there really should be more of a description here...
CONST_PERFORATION_CUT,
Constant Field Valuespublic static final int CONST_ZFOLD_VALUE
If the meaning of 'Const ZFold' literal object isn't clear, there really should be more of a description here...
CONST_ZFOLD,
Constant Field Valuespublic static final int CONST_CENTER_FOLD_IN_VALUE
If the meaning of 'Const Center Fold In' literal object isn't clear, there really should be more of a description here...
CONST_CENTER_FOLD_IN,
Constant Field Valuespublic static final int CONST_TRIM_AFTER_CENTER_FOLD_OR_SADDLE_STITCH_VALUE
If the meaning of 'Const Trim After Center Fold Or Saddle Stitch' literal object isn't clear, there really should be more of a description here...
public static final int CONST_PUNCH_VALUE
If the meaning of 'Const Punch' literal object isn't clear, there really should be more of a description here...
CONST_PUNCH,
Constant Field Valuespublic static final int CONST_PERFECT_BIND_VALUE
If the meaning of 'Const Perfect Bind' literal object isn't clear, there really should be more of a description here...
CONST_PERFECT_BIND,
Constant Field Valuespublic static final int CONST_RING_BIND_VALUE
If the meaning of 'Const Ring Bind' literal object isn't clear, there really should be more of a description here...
CONST_RING_BIND,
Constant Field Valuespublic static final int CONST_SADDLE_STITCH_IN_VALUE
If the meaning of 'Const Saddle Stitch In' literal object isn't clear, there really should be more of a description here...
CONST_SADDLE_STITCH_IN,
Constant Field Valuespublic static final List<FinishingOperationFOpType> VALUES
public static FinishingOperationFOpType[] values()
for (FinishingOperationFOpType c : FinishingOperationFOpType.values()) System.out.println(c);
public static FinishingOperationFOpType 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 FinishingOperationFOpType get(String literal)
literal - the literal.null.public static FinishingOperationFOpType getByName(String name)
name - the name.null.public static FinishingOperationFOpType 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<FinishingOperationFOpType>Copyright © 2017. All rights reserved.