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