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的一个实例。