com.moyosoft.connector.ms.excel
Class Link

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

public class Link
extends AbstractType

See Also:
Serialized Form

Field Summary
static Link EXCEL_LINKS
           
static Link OLELINKS
           
static Link PUBLISHERS
           
static Link SUBSCRIBERS
           
 
Method Summary
static Link getById(int pId)
           
 boolean isExcelLinks()
           
 boolean isOLELinks()
           
 boolean isPublishers()
           
 boolean isSubscribers()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEL_LINKS

public static final Link EXCEL_LINKS

OLELINKS

public static final Link OLELINKS

PUBLISHERS

public static final Link PUBLISHERS

SUBSCRIBERS

public static final Link SUBSCRIBERS
Method Detail

getById

public static Link getById(int pId)

isExcelLinks

public boolean isExcelLinks()

isOLELinks

public boolean isOLELinks()

isPublishers

public boolean isPublishers()

isSubscribers

public boolean isSubscribers()