public final class DateTimeAtProcessing extends DateTimeSyntax implements PrintJobAttribute
要从年,月,日,小时,分钟等的不同值构造DateTimeAtProcessing属性,请使用Calendar
对象构造一个Date
对象,然后使用Date
对象构造DateTimeAtProcessing属性。 要将DateTimeAtProcessing属性转换为年,月,日,小时,分钟等的单独值,请创建一个Calendar
对象,并将其设置为DateTimeAtProcessing属性中的Date
。
IPP兼容性:如上所述,可以获得构建IPP“处理日期时间”属性所需的信息。 getName()
返回的类别名称提供IPP属性名称。
Constructor and Description |
---|
DateTimeAtProcessing(Date dateTime)
在给定的 Date 值处理属性时构造一个新的日期时间。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
返回处理属性中的此日期时间是否等同于传入的对象。
|
类<? extends Attribute> |
getCategory()
获取要用作此打印属性值的“类别”的打印属性类。
|
String |
getName()
获取此属性值是一个实例的类别的名称。
|
getValue, hashCode, toString
public DateTimeAtProcessing(Date dateTime)
Date
值处理属性时构造一个新的日期时间。
dateTime
- Date
的价值。
NullPointerException
- (未选中的异常)如果
dateTime
为空,则抛出。
public boolean equals(Object object)
equals
在类别
DateTimeSyntax
object
- 要比较的对象。
object
处理属性的此日期时间,则为True,否则为false。
Object.hashCode()
, HashMap
public final 类<? extends Attribute> getCategory()
对于类DateTimeAtProcessing,类别是DateTimeAtProcessing类。
getCategory
在界面
Attribute
java.lang.Class
的实例。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.