public final class CopiesSupported extends SetOfIntegerSyntax implements SupportedValuesAttribute
Copies
属性。
它限于单个连续的整数范围;
不允许多个不重叠的范围。
IPP兼容性: CopiesSupported属性的规范数组形式给出要包含在IPP“copies-supported”属性中的复制范围的下限和上限。 有关规范数组形式的说明,请参见SetOfIntegerSyntax
类。 getName()
返回的类别名称提供IPP属性名称。
Constructor and Description |
---|
CopiesSupported(int member)
构造包含单个整数的新的副本支持属性。
|
CopiesSupported(int lowerBound, int upperBound)
构造一个包含单个整数范围的支持新的副本属性。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
返回此副本支持的属性是否等同于传入的对象。
|
类<? extends Attribute> |
getCategory()
获取要用作此打印属性值的“类别”的打印属性类。
|
String |
getName()
获取此属性值是一个实例的类别的名称。
|
contains, contains, getMembers, hashCode, next, toString
public CopiesSupported(int member)
member
- 设置成员。
IllegalArgumentException
- (未检查异常)如果
member
小于1,则抛出。
public CopiesSupported(int lowerBound, int upperBound)
lowerBound
- 范围的下限。
upperBound
- 范围的上限。
IllegalArgumentException
- (未检查的异常)如果指定了一个空值范围,或者如果指定了一个非空范围,那么
lowerBound
小于1则抛出异常。
public boolean equals(Object object)
object
不为空。 object
是CopiesSupported类的一个实例。 object
的成员是一样的。 equals
在
SetOfIntegerSyntax
object
- 与之比较的对象。
object
等效于此副本支持的属性,则为True,
object
为false。
Object.hashCode()
, HashMap
public final 类<? extends Attribute> getCategory()
对于CopiesSupported类,该类别是CopiesSupported类。
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.