javax.print.attribute.standard
public final class JobKOctetsSupported extends SetOfIntegerSyntax implements SupportedValuesAttribute
JobKOctetsSupported
printing attribute specifies the
supported range of values for the
{@link javax.print.attribute.standard.JobKOctets} attribute.
IPP Compatibility: JobKOctetsSupported is an IPP 1.1 attribute.
Constructor Summary | |
---|---|
JobKOctetsSupported(int lowerBound, int upperBound)
Constructs a JobKOctetsSupported object with the
given range for supported K octets.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests if the given object is equal to this object.
|
Class<? extends Attribute> | getCategory()
Returns category of this class.
|
String | getName()
Returns the name of this attribute.
|
JobKOctetsSupported
object with the
given range for supported K octets.
Parameters: lowerBound the lower bound value upperBound the upper bound value
Throws: IllegalArgumentException if lowerBound <= upperbound and lowerBound < 1
Parameters: obj the object to test
Returns: true
if both objects are equal,
false
otherwise.
Returns: The class JobKOctetsSupported
itself.
Returns: The name "job-k-octets-supported".