|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.print.attribute.IntegerSyntax
javax.print.attribute.standard.JobKOctetsProcessed
public final class JobKOctetsProcessed
The JobKOctetsProcessed
printing attribute reports
the total number of octets already processed in K octets units.
The supplied value will be rounded up to the next highest K octets. This attribute will not include a multiplication factor from the number of copies.
This attribute belongs to a group of job progress attributes which are reporting on the progress of a print job.
IPP Compatibility: JobKOctetsProcessed is an IPP 1.1 attribute.
JobMediaSheetsCompleted
,
JobImpressionsCompleted
,
Serialized FormConstructor Summary | |
---|---|
JobKOctetsProcessed(int value)
Creates a JobKOctetsProcessed object. |
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.IntegerSyntax |
---|
getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobKOctetsProcessed(int value)
JobKOctetsProcessed
object.
The value is in units of K (1024) octets rounded up to the next highest K.
value
- the number of processed K octets
IllegalArgumentException
- if value < 0Method Detail |
---|
public boolean equals(Object obj)
equals
in class IntegerSyntax
obj
- the object to test
true
if both objects are equal,
false
otherwise.Object.hashCode()
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
JobKOctetsProcessed
itself.public String getName()
getName
in interface Attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |