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

java.lang.Objectgnu.javax.print.ipp.attribute.RequestedAttributes
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.io.Serializable
- public final class RequestedAttributes
- extends java.lang.Object
- implements javax.print.attribute.Attribute
- extends java.lang.Object
RequestedAttributes
specifies the requested
attributes in an IPP request operation.
Field Summary | |
private java.util.ArrayList |
attributes
|
Constructor Summary | |
RequestedAttributes(java.lang.String value)
Creates a RequestedAttributes object with
the initial value. |
Method Summary | |
void |
addValue(java.lang.String value)
Adds the IPP name value to the set. |
java.lang.Class |
getCategory()
Returns category of this class. |
java.lang.String |
getName()
Returns the name of this attribute. |
java.util.List |
getValues()
Returns the values. |
java.lang.String |
toString()
Returns the string representation for this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
attributes
private java.util.ArrayList attributes
Constructor Detail |
RequestedAttributes
public RequestedAttributes(java.lang.String value)
- Creates a
RequestedAttributes
object with the initial value.
Method Detail |
addValue
public void addValue(java.lang.String value)
- Adds the IPP name value to the set.
getValues
public java.util.List getValues()
- Returns the values.
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
toString
public java.lang.String toString()
- Returns the string representation for this object.
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> [ attribute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |