public final class PrinterURI extends URISyntax implements PrintServiceAttribute
聚丙烯的相容性:实现IPP打印机URI属性。返回的字符串形式给出toString()
IPP打印机URI值。返回getName()
类别名称为IPP的属性名称。
public PrinterURI(URI uri)
uri
- URI的打印机
NullPointerException
-(unchecked异常)如果
uri
空抛。
public boolean equals(Object object)
object
不空。object
是类printeruri实例。object
的URI是平等的。equals
方法重写,继承类
URISyntax
object
对象比较。
object
相当于这printeruri属性真,否则为假。
Object.hashCode()
,
HashMap
public final 类<? extends Attribute> getCategory()
方法重写,继承类printeruri和任何厂商定义的子类,类是类printeruri本身。
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.