API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. PrinterMessageFromOperator View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      TextSyntax
          PrinterMessageFromOperator
Implements
 PrintServiceAttribute
Subclasses
Description
publicfinal class PrinterMessageFromOperator
  Class PrinterMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user information about or status of the printer, such as why it is unavailable or when it is expected to be available.
See also:   
Constructors
public PrinterMessageFromOperator (String message, Locale locale)
  Constructs a new printer message from operator attribute with the given message and locale.
Methods
Hide/Show inherited methods
public boolean equals (Object object) [Overrides TextSyntax]
  Returns whether this printer message from operator attribute is equivalent to the passed in object.
publicfinal Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
public Locale getLocale () [Inherited From TextSyntax]
  Returns this text attribute's text string's natural language (locale).
publicfinal String getName ()
  Get the name of the category of which this attribute value is an instance.
public String getValue () [Inherited From TextSyntax]
  Returns this text attribute's text string.
public int hashCode () [Inherited From TextSyntax]
  Returns a hashcode for this text attribute.
public String toString () [Inherited From TextSyntax]
  Returns a String identifying this text attribute.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "-4486871203218629318"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar