public final class Fidelity extends EnumSyntax implements PrintJobAttribute, PrintRequestAttribute
 IPP兼容性:FIDELITY_TRUE的IPP布尔值为“true”,FIDELITY_FALSE为“false”。 getName()返回的类别名称是IPP属性名称。 枚举的整数值是IPP枚举值。 toString()方法返回属性值的IPP字符串表示形式。 有关IPP保真度属性的更全面的描述,请参见第88.1491.28节第15.1节。 
| 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()
              返回类Fidelity的枚举值表。 
             | 
| String | getName()
              获取此属性值是一个实例的类别的名称。 
             | 
| protected String[] | getStringTable()
              返回Fidelity类的字符串表。 
             | 
clone, getOffset, getValue, hashCode, readResolve, toStringpublic 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()
对于Fidelity类,该类别是Fidel类。
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.