public final class PrinterMoreInfo extends URISyntax implements PrintServiceAttribute
相比之下, PrinterMoreInfoManufacturer
属性用于查找有关此通用打印机的更多信息,而不是该特定打印机。
IPP兼容性:由toString()
返回的字符串形式给出了IPP uri值。 由getName()
返回的类别名称提供IPP属性名称。
Constructor and Description |
---|
PrinterMoreInfo(URI uri)
使用指定的URI构造一个新的打印机more info属性。
|
public PrinterMoreInfo(URI uri)
uri
- URI。
NullPointerException
- (未检查异常)如果
uri
为空,则抛出。
public boolean equals(Object object)
object
不为null。 object
是PrinterMoreInfo类的一个实例。 object
的URI是相等的。 equals
在
URISyntax
object
- 要比较的对象。
object
相当于此打印机的更多信息属性,则为true,否则为false。
Object.hashCode()
, HashMap
public final 类<? extends Attribute> getCategory()
对于PrinterMoreInfo类,该类别是PrinterMoreInfo类。
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.