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