|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.print.attribute.SetOfIntegerSyntax
javax.print.attribute.standard.JobKOctetsSupported
public final class JobKOctetsSupported
The JobKOctetsSupported printing attribute specifies the
supported range of values for the
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. |
| Methods inherited from class javax.print.attribute.SetOfIntegerSyntax |
|---|
contains, contains, getMembers, hashCode, next, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobKOctetsSupported(int lowerBound,
int upperBound)
JobKOctetsSupported object with the
given range for supported K octets.
lowerBound - the lower bound valueupperBound - the upper bound value
IllegalArgumentException - if lowerBound <= upperbound
and lowerBound < 1| Method Detail |
|---|
public boolean equals(Object obj)
equals in class SetOfIntegerSyntaxobj - the object to test
true if both objects are equal,
false otherwise.Object.hashCode()public Class<? extends Attribute> getCategory()
getCategory in interface AttributeJobKOctetsSupported itself.public String getName()
getName in interface Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||