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