javax.print.attribute.standard
public final class DateTimeAtProcessing extends DateTimeSyntax implements PrintJobAttribute
DateTimeAtProcessing
attribute specifies the date
and the time at which a print job started processing.
IPP Compatibility: DateTimeAtProcessing is an IPP 1.1 attribute.
See Also: DateTimeAtCompleted
Constructor Summary | |
---|---|
DateTimeAtProcessing(Date value)
Creates a DateTimeAtProcessing 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.
|
DateTimeAtProcessing
object.
Parameters: value the date at processing time
Throws: NullPointerException if value is null
Parameters: obj the object to test
Returns: true
if both objects are equal,
false
otherwise.
Returns: The class DateTimeAtProcessing
itself.
Returns: The name "date-time-at-processing".