public final class JobMediaSheetsCompleted extends IntegerSyntax implements PrintJobAttribute
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.
Constructor and Description |
---|
JobMediaSheetsCompleted(int value)
Creates a
JobMediaSheetsCompleted object. |
Modifier and Type | Method and Description |
---|---|
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.
|
getValue, hashCode, toString
public JobMediaSheetsCompleted(int value)
JobMediaSheetsCompleted
object.value
- the number of completed media sheetsIllegalArgumentException
- if value < 0public boolean equals(Object obj)
equals
in class IntegerSyntax
obj
- the object to testtrue
if both objects are equal,
false
otherwise.Object.hashCode()
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
JobMediaSheetsCompleted
itself.