public class PDLOverrideSupported extends EnumSyntax implements PrintServiceAttribute
聚丙烯的相容性:类别名称返回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)
构建一个新的客运专线覆盖支持枚举值与给定的整数。
|
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和任何厂商定义的子类,类是类pdloverridesupported本身。
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.