public static enum Triplet.MediaEjectControl.MediaEjectControlType extends java.lang.Enum<Triplet.MediaEjectControl.MediaEjectControlType>
| Enum Constant and Description |
|---|
ConditionalEjectToNextBacksidePartition |
ConditionalEjectToNextFrontsidePartition |
ConditionalEjectToNextPartition |
EjectToNewSheet |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.MediaEjectControl.MediaEjectControlType |
valueOf(byte codeByte) |
static Triplet.MediaEjectControl.MediaEjectControlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.MediaEjectControl.MediaEjectControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.MediaEjectControl.MediaEjectControlType EjectToNewSheet
public static final Triplet.MediaEjectControl.MediaEjectControlType ConditionalEjectToNextPartition
public static final Triplet.MediaEjectControl.MediaEjectControlType ConditionalEjectToNextFrontsidePartition
public static final Triplet.MediaEjectControl.MediaEjectControlType ConditionalEjectToNextBacksidePartition
public static Triplet.MediaEjectControl.MediaEjectControlType[] values()
for (Triplet.MediaEjectControl.MediaEjectControlType c : Triplet.MediaEjectControl.MediaEjectControlType.values()) System.out.println(c);
public static Triplet.MediaEjectControl.MediaEjectControlType 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 nullpublic static Triplet.MediaEjectControl.MediaEjectControlType valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()