com.moyosoft.connector.ms.excel
Class LinkType

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

public class LinkType
extends AbstractType

See Also:
Serialized Form

Field Summary
static LinkType LINK_TYPE_EXCEL_LINKS
           
static LinkType LINK_TYPE_OLELINKS
           
 
Method Summary
static LinkType getById(int pId)
           
 boolean isLinkTypeExcelLinks()
           
 boolean isLinkTypeOLELinks()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINK_TYPE_EXCEL_LINKS

public static final LinkType LINK_TYPE_EXCEL_LINKS

LINK_TYPE_OLELINKS

public static final LinkType LINK_TYPE_OLELINKS
Method Detail

getById

public static LinkType getById(int pId)

isLinkTypeExcelLinks

public boolean isLinkTypeExcelLinks()

isLinkTypeOLELinks

public boolean isLinkTypeOLELinks()