com.dynalivery.printservice.attribute
Class SaffronServerType

java.lang.Object
  extended byjavax.print.attribute.EnumSyntax
      extended bycom.dynalivery.printservice.attribute.SaffronServerType
All Implemented Interfaces:
javax.print.attribute.Attribute, java.lang.Cloneable, javax.print.attribute.PrintJobAttribute, javax.print.attribute.PrintRequestAttribute, SaffronEnumExtension, SaffronSelectionTypeEnumExtension, java.io.Serializable

public class SaffronServerType
extends javax.print.attribute.EnumSyntax
implements javax.print.attribute.PrintJobAttribute, javax.print.attribute.PrintRequestAttribute, SaffronSelectionTypeEnumExtension

See Also:
Serialized Form

Field Summary
static SaffronServerType SAFFRON_SERVER_TYPE_CORBA
           
static SaffronServerType SAFFRON_SERVER_TYPE_EJB
           
static SaffronServerType SAFFRON_SERVER_TYPE_EMBEDDED
           
 
Constructor Summary
SaffronServerType(int enumValue)
           
 
Method Summary
 java.lang.Class getCategory()
           
 java.lang.String[] getClassNameTable()
           
 javax.print.attribute.EnumSyntax[] getEnumValueTable()
           
 java.lang.String[] getGUIDisplayStringTable()
           
 java.lang.String getName()
           
protected  java.lang.String[] getStringTable()
           
 
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

SAFFRON_SERVER_TYPE_EJB

public static final SaffronServerType SAFFRON_SERVER_TYPE_EJB

SAFFRON_SERVER_TYPE_CORBA

public static final SaffronServerType SAFFRON_SERVER_TYPE_CORBA

SAFFRON_SERVER_TYPE_EMBEDDED

public static final SaffronServerType SAFFRON_SERVER_TYPE_EMBEDDED
Constructor Detail

SaffronServerType

public SaffronServerType(int enumValue)
Method Detail

getCategory

public java.lang.Class getCategory()
Specified by:
getCategory in interface javax.print.attribute.Attribute

getName

public java.lang.String getName()
Specified by:
getName in interface javax.print.attribute.Attribute

getStringTable

protected java.lang.String[] getStringTable()

getEnumValueTable

public javax.print.attribute.EnumSyntax[] getEnumValueTable()
Specified by:
getEnumValueTable in interface SaffronEnumExtension

getGUIDisplayStringTable

public java.lang.String[] getGUIDisplayStringTable()
Specified by:
getGUIDisplayStringTable in interface SaffronEnumExtension

getClassNameTable

public java.lang.String[] getClassNameTable()
Specified by:
getClassNameTable in interface SaffronSelectionTypeEnumExtension