com.moyosoft.connector.ms.excel
Class HtmlType

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.HtmlType

public class HtmlType
extends AbstractType

See Also:
Serialized Form

Field Summary
static HtmlType HTML_CALC
           
static HtmlType HTML_CHART
           
static HtmlType HTML_LIST
           
static HtmlType HTML_STATIC
           
 
Method Summary
static HtmlType getById(int pId)
           
 boolean isHtmlCalc()
           
 boolean isHtmlChart()
           
 boolean isHtmlList()
           
 boolean isHtmlStatic()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_STATIC

public static final HtmlType HTML_STATIC

HTML_CALC

public static final HtmlType HTML_CALC

HTML_LIST

public static final HtmlType HTML_LIST

HTML_CHART

public static final HtmlType HTML_CHART
Method Detail

getById

public static HtmlType getById(int pId)

isHtmlStatic

public boolean isHtmlStatic()

isHtmlCalc

public boolean isHtmlCalc()

isHtmlList

public boolean isHtmlList()

isHtmlChart

public boolean isHtmlChart()