public enum CapabilitiesType extends Enum<CapabilitiesType>
| Enum Constant and Description |
|---|
General
General capabilities for the printer.
|
Media
Media capabilities for the printer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer representation of the capability type for the printer.
|
static CapabilitiesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilitiesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilitiesType General
public static final CapabilitiesType Media
public static CapabilitiesType[] values()
for (CapabilitiesType c : CapabilitiesType.values()) System.out.println(c);
public static CapabilitiesType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int getValue()
© 2016 ZIH Corp. All Rights Reserved.