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