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