public final class PagesPerMinute extends IntegerSyntax implements PrintServiceAttribute
PagesPerMinute printing attribute specifies
the nominal number of pages per minute which may be printed
by the printer.
IPP Compatibility: PagesPerMinute is an IPP 1.1 attribute.
| Constructor and Description |
|---|
PagesPerMinute(int value)
Creates a
PagesPerMinute 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, toStringpublic PagesPerMinute(int value)
PagesPerMinute object.value - the number of pages per minuteIllegalArgumentException - if value < 0public boolean equals(Object obj)
equals in class IntegerSyntaxobj - the object to testtrue if both objects are equal,
false otherwise.Object.hashCode()public Class<? extends Attribute> getCategory()
getCategory in interface AttributePagesPerMinute itself.