public enum PrintFinishing extends java.lang.Enum<PrintFinishing>
Enum Constant and Description |
---|
BIND
bind
|
COVER
cover
|
NONE
none
|
PUNCH
punch
|
SADDLE_STITCH
saddle Stitch
|
STAPLE
staple
|
STAPLE_BOTTOM_LEFT
staple Bottom Left
|
STAPLE_BOTTOM_RIGHT
staple Bottom Right
|
STAPLE_DUAL_BOTTOM
staple Dual Bottom
|
STAPLE_DUAL_LEFT
staple Dual Left
|
STAPLE_DUAL_RIGHT
staple Dual Right
|
STAPLE_DUAL_TOP
staple Dual Top
|
STAPLE_TOP_LEFT
staple Top Left
|
STAPLE_TOP_RIGHT
staple Top Right
|
STITCH_BOTTOM_EDGE
stitch Bottom Edge
|
STITCH_EDGE
stitch Edge
|
STITCH_LEFT_EDGE
stitch Left Edge
|
STITCH_RIGHT_EDGE
stitch Right Edge
|
STITCH_TOP_EDGE
stitch Top Edge
|
UNEXPECTED_VALUE
For PrintFinishing values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
Modifier and Type | Method and Description |
---|---|
static PrintFinishing |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintFinishing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintFinishing NONE
public static final PrintFinishing STAPLE
public static final PrintFinishing PUNCH
public static final PrintFinishing COVER
public static final PrintFinishing BIND
public static final PrintFinishing SADDLE_STITCH
public static final PrintFinishing STITCH_EDGE
public static final PrintFinishing STAPLE_TOP_LEFT
public static final PrintFinishing STAPLE_BOTTOM_LEFT
public static final PrintFinishing STAPLE_TOP_RIGHT
public static final PrintFinishing STAPLE_BOTTOM_RIGHT
public static final PrintFinishing STITCH_LEFT_EDGE
public static final PrintFinishing STITCH_TOP_EDGE
public static final PrintFinishing STITCH_RIGHT_EDGE
public static final PrintFinishing STITCH_BOTTOM_EDGE
public static final PrintFinishing STAPLE_DUAL_LEFT
public static final PrintFinishing STAPLE_DUAL_TOP
public static final PrintFinishing STAPLE_DUAL_RIGHT
public static final PrintFinishing STAPLE_DUAL_BOTTOM
public static final PrintFinishing UNKNOWN_FUTURE_VALUE
public static final PrintFinishing UNEXPECTED_VALUE
public static PrintFinishing[] values()
for (PrintFinishing c : PrintFinishing.values()) System.out.println(c);
public static PrintFinishing valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null