public final class JobKOctetsSupported extends javax.print.attribute.SetOfIntegerSyntax implements javax.print.attribute.SupportedValuesAttribute
JobKOctetsSupported printing attribute specifies the
supported range of values for the
JobKOctets attribute.
IPP Compatibility: JobKOctetsSupported is an IPP 1.1 attribute.
| Constructor and Description |
|---|
JobKOctetsSupported(int lowerBound,
int upperBound)
Constructs a
JobKOctetsSupported object with the
given range for supported K octets. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests if the given object is equal to this object.
|
java.lang.Class<? extends javax.print.attribute.Attribute> |
getCategory()
Returns category of this class.
|
java.lang.String |
getName()
Returns the name of this attribute.
|
public JobKOctetsSupported(int lowerBound, int upperBound)
JobKOctetsSupported object with the
given range for supported K octets.lowerBound - the lower bound valueupperBound - the upper bound valuejava.lang.IllegalArgumentException - if lowerBound <= upperbound
and lowerBound < 1public boolean equals(java.lang.Object obj)
equals in class javax.print.attribute.SetOfIntegerSyntaxobj - the object to testtrue if both objects are equal,
false otherwise.Object.hashCode()public java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
getCategory in interface javax.print.attribute.AttributeJobKOctetsSupported itself.public java.lang.String getName()
getName in interface javax.print.attribute.Attribute