public final class Copies extends IntegerSyntax implements PrintRequestAttribute, PrintJobAttribute
在许多设备中校本支持的数量将受限于物理输出箱数的装置,和可不同于逐份可支持数。
一份影响属性值在多文档的打印工作(工作与多个文件)取决于(或违约)的MultipleDocumentHandling
属性值:
聚丙烯的相容性:整数值给出了IPP的整型值。返回getName()
类别名称为IPP的属性名称。
Constructor and Description |
---|
Copies(int value)
用给定的整数值构造一个新的副本属性。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
返回此复制属性是否等效于对象的传递。
|
类<? extends Attribute> |
getCategory()
获取要用作该打印属性值的“类别”的打印属性类。
|
String |
getName()
获取此属性值的类别的名称,即一个实例。
|
getValue, hashCode, toString
public Copies(int value)
value
整型值。
IllegalArgumentException
-(unchecked例外)如果
value
小于1抛。
public boolean equals(Object object)
object
不空。object
是类副本的实例。object
的价值是相等的。equals
方法重写,继承类
IntegerSyntax
object
对象比较。
object
相当于这张属性真,否则为假。
Object.hashCode()
,
HashMap
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.