public final class Fidelity extends EnumSyntax implements PrintJobAttribute, PrintRequestAttribute
聚丙烯的相容性: IPP的布尔值为“真”与“假”的fidelity_false fidelity_true。返回getName()
类别名称是IPP的属性名称。枚举的整数值为IPP的枚举值。的toString()
方法返回属性值的字符串表示形式的IPP。看到RFC 2911 15.1节详细说明了IPP的忠诚属性。
Modifier and Type | Field and Description |
---|---|
static Fidelity |
FIDELITY_FALSE
打印机应使合理的打印作业的尝试,即使它不能完全按照指定的。
|
static Fidelity |
FIDELITY_TRUE
作业必须按指定的精确打印。
|
Modifier | Constructor and Description |
---|---|
protected |
Fidelity(int value)
用给定的整数值构造一个新的保真度枚举值。
|
Modifier and Type | Method and Description |
---|---|
类<? extends Attribute> |
getCategory()
获取要用作该打印属性值的“类别”的打印属性类。
|
protected EnumSyntax[] |
getEnumValueTable()
返回类的保真度的枚举值表。
|
String |
getName()
获取此属性值的类别的名称,即一个实例。
|
protected String[] |
getStringTable()
返回类的保真度的字符串表。
|
clone, getOffset, getValue, hashCode, readResolve, toString
public static final Fidelity FIDELITY_TRUE
public static final Fidelity FIDELITY_FALSE
protected String[] getStringTable()
getStringTable
方法重写,继承类
EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
方法重写,继承类
EnumSyntax
public final 类<? extends Attribute> getCategory()
对于类的保真度类是类的保真度本身。
getCategory
接口
Attribute
java.lang.Class
类实例。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.