com.dynalivery.printservice.attribute
Class HTMLUseFrames

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

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

See Also:
Serialized Form

Field Summary
static HTMLUseFrames SAFFRON_WITH_HTML_FRAMES
           
static HTMLUseFrames SAFFRON_WITHOUT_HTML_FRAMES
           
 
Constructor Summary
protected HTMLUseFrames(int enumValue)
           
 
Method Summary
 java.lang.Class getCategory()
           
protected  javax.print.attribute.EnumSyntax[] getEnumValueTable()
           
 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_WITH_HTML_FRAMES

public static final HTMLUseFrames SAFFRON_WITH_HTML_FRAMES

SAFFRON_WITHOUT_HTML_FRAMES

public static final HTMLUseFrames SAFFRON_WITHOUT_HTML_FRAMES
Constructor Detail

HTMLUseFrames

protected HTMLUseFrames(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

protected javax.print.attribute.EnumSyntax[] getEnumValueTable()