com.moyosoft.connector.ms.excel
Class SubscribeToFormat

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

public class SubscribeToFormat
extends AbstractType

See Also:
Serialized Form

Field Summary
static SubscribeToFormat SUBSCRIBE_TO_PICTURE
           
static SubscribeToFormat SUBSCRIBE_TO_TEXT
           
 
Method Summary
static SubscribeToFormat getById(int pId)
           
 boolean isSubscribeToPicture()
           
 boolean isSubscribeToText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBSCRIBE_TO_PICTURE

public static final SubscribeToFormat SUBSCRIBE_TO_PICTURE

SUBSCRIBE_TO_TEXT

public static final SubscribeToFormat SUBSCRIBE_TO_TEXT
Method Detail

getById

public static SubscribeToFormat getById(int pId)

isSubscribeToPicture

public boolean isSubscribeToPicture()

isSubscribeToText

public boolean isSubscribeToText()