|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ printer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.print.ipp.attribute.printer
Class PrinterDriverInstaller

java.lang.Objectjavax.print.attribute.URISyntax
gnu.javax.print.ipp.attribute.printer.PrinterDriverInstaller
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, java.io.Serializable
- public final class PrinterDriverInstaller
- extends javax.print.attribute.URISyntax
- implements javax.print.attribute.Attribute
- extends javax.print.attribute.URISyntax
PrinterDriverInstaller attribute as described in RFC 2911 section 4.4.81 provides the URI where a printer driver installer can be found.
Field Summary |
Fields inherited from class javax.print.attribute.URISyntax |
|
Constructor Summary | |
PrinterDriverInstaller(java.net.URI uri)
Creates a PrinterDriverInstaller object. |
Method Summary | |
java.lang.Class |
getCategory()
Returns category of this class. |
java.lang.String |
getName()
Returns the name of this attribute. |
Methods inherited from class javax.print.attribute.URISyntax |
equals, getURI, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
PrinterDriverInstaller
public PrinterDriverInstaller(java.net.URI uri)
- Creates a
PrinterDriverInstaller
object.
Method Detail |
getCategory
public java.lang.Class getCategory()
- Returns category of this class.
- Specified by:
getCategory
in interfacejavax.print.attribute.Attribute
getName
public java.lang.String getName()
- Returns the name of this attribute.
- Specified by:
getName
in interfacejavax.print.attribute.Attribute
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ printer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |