public class PDLOverrideSupported extends EnumSyntax implements PrintServiceAttribute
IPP兼容性:由返回的类别名称getName()
是IPP属性名称。 枚举的整数值是IPP枚举值。 toString()
方法返回属性值的IPP字符串表示形式。
Modifier and Type | Field and Description |
---|---|
static PDLOverrideSupported |
ATTEMPTED
打印机尝试使外部作业属性值优先于文档打印数据中的嵌入式指令,但不能保证。
|
static PDLOverrideSupported |
NOT_ATTEMPTED
打印机不尝试使外部作业属性值优先于文档打印数据中的嵌入式指令。
|
Modifier | Constructor and Description |
---|---|
protected |
PDLOverrideSupported(int value)
使用给定的整数值构造一个新的PDL覆盖支持的枚举值。
|
Modifier and Type | Method and Description |
---|---|
类<? extends Attribute> |
getCategory()
获取要用作此打印属性值的“类别”的打印属性类。
|
protected EnumSyntax[] |
getEnumValueTable()
返回类PDLOverrideSupported的枚举值表。
|
String |
getName()
获取此属性值是一个实例的类别的名称。
|
protected String[] |
getStringTable()
返回类PDLOverrideSupported的字符串表。
|
clone, getOffset, getValue, hashCode, readResolve, toString
public static final PDLOverrideSupported NOT_ATTEMPTED
public static final PDLOverrideSupported ATTEMPTED
protected PDLOverrideSupported(int value)
value
- 整数值。
protected String[] getStringTable()
getStringTable
在
EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
在
EnumSyntax
public final 类<? extends Attribute> getCategory()
对于PDLOverrideSupported类和任何供应商定义的子类,该类别本身就是PDLOverrideSupport类。
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.