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

java.lang.Objectjavax.print.attribute.EnumSyntax
gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, java.io.Serializable, javax.print.attribute.SupportedValuesAttribute
- public final class IppVersionsSupported
- extends javax.print.attribute.EnumSyntax
- implements javax.print.attribute.SupportedValuesAttribute
- extends javax.print.attribute.EnumSyntax
IppVersionsSupported attribute as described in RFC 2911 section 4.4.14 provides the value(s) (implemented as EnumSyntax) of the supported IPP versions.
Field Summary | |
private static IppVersionsSupported[] |
enumValueTable
|
private static java.lang.String[] |
stringTable
|
static IppVersionsSupported |
V_1_0
IPP version 1.0 |
static IppVersionsSupported |
V_1_1
IPP version 1.1 |
Fields inherited from class javax.print.attribute.EnumSyntax |
|
Constructor Summary | |
IppVersionsSupported(int value)
Constructs a IppVersionsSupported object. |
Method Summary | |
java.lang.Class |
getCategory()
Returns category of this class. |
protected javax.print.attribute.EnumSyntax[] |
getEnumValueTable()
Returns a table with the enumeration values for this object. |
java.lang.String |
getName()
Returns the name of this attribute. |
protected java.lang.String[] |
getStringTable()
Returns a table with the enumeration values represented as strings for this object. |
Methods inherited from class javax.print.attribute.EnumSyntax |
clone, getOffset, getValue, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
V_1_0
public static final IppVersionsSupported V_1_0
- IPP version 1.0
V_1_1
public static final IppVersionsSupported V_1_1
- IPP version 1.1
stringTable
private static final java.lang.String[] stringTable
enumValueTable
private static final IppVersionsSupported[] enumValueTable
Constructor Detail |
IppVersionsSupported
public IppVersionsSupported(int value)
- Constructs a
IppVersionsSupported
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
getStringTable
protected java.lang.String[] getStringTable()
- Returns a table with the enumeration values represented as strings
for this object.
getEnumValueTable
protected javax.print.attribute.EnumSyntax[] getEnumValueTable()
- Returns a table with the enumeration values for this object.
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |