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

java.lang.Objectjavax.print.attribute.TextSyntax
gnu.javax.print.ipp.attribute.DetailedStatusMessage
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, java.io.Serializable
- public final class DetailedStatusMessage
- extends javax.print.attribute.TextSyntax
- implements javax.print.attribute.Attribute
- extends javax.print.attribute.TextSyntax
DetailedStatusMessage attribute as described in RFC 2911 section 3.1.6 Operation Response Status Codes and Status Message provides a short description of the status of the operation.
Field Summary |
Fields inherited from class javax.print.attribute.TextSyntax |
|
Constructor Summary | |
DetailedStatusMessage(java.lang.String value,
java.util.Locale locale)
Creates a DetailedStatusMessage object with the given value
and locale. |
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.TextSyntax |
equals, getLocale, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
DetailedStatusMessage
public DetailedStatusMessage(java.lang.String value, java.util.Locale locale)
- Creates a
DetailedStatusMessage
object with the given value and locale.
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 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |