|
|||||||||
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.JobImpressionsCompleted
public final class JobImpressionsCompleted
The JobImpressionsCompleted
printing attribute reports
the number of impressions already processed.
An impression is specified by the IPP specification as the image imposed onto a single media sheet. 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: JobImpressionsCompleted is an IPP 1.1 attribute.
JobMediaSheetsCompleted
,
JobKOctetsProcessed
,
Serialized FormConstructor Summary | |
---|---|
JobImpressionsCompleted(int value)
Creates a JobImpressionsCompleted 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 JobImpressionsCompleted(int value)
JobImpressionsCompleted
object.
value
- the number of completed impressions
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
JobImpressionsCompleted
itself.public String getName()
getName
in interface Attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |