|
|||||||||
| 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.JobMediaSheetsCompleted
public final class JobMediaSheetsCompleted
The JobMediaSheetsCompleted printing attribute reports
the number of media sheets already processed.
This attribute belongs to a group of job progress attributes which are reporting on the progress of a print job.
IPP Compatibility: JobMediaSheetsCompleted is an IPP 1.1 attribute.
JobImpressionsCompleted,
JobKOctetsProcessed,
Serialized Form| Constructor Summary | |
|---|---|
JobMediaSheetsCompleted(int value)
Creates a JobMediaSheetsCompleted 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 JobMediaSheetsCompleted(int value)
JobMediaSheetsCompleted object.
value - the number of completed media sheets
IllegalArgumentException - if value < 0| Method Detail |
|---|
public boolean equals(Object obj)
equals in class IntegerSyntaxobj - the object to test
true if both objects are equal,
false otherwise.Object.hashCode()public Class<? extends Attribute> getCategory()
getCategory in interface AttributeJobMediaSheetsCompleted itself.public String getName()
getName in interface Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||