com.moyosoft.connector.ms.excel
Class CommentDisplayMode

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

public class CommentDisplayMode
extends AbstractType

See Also:
Serialized Form

Field Summary
static CommentDisplayMode COMMENT_AND_INDICATOR
           
static CommentDisplayMode COMMENT_INDICATOR_ONLY
           
static CommentDisplayMode NO_INDICATOR
           
 
Method Summary
static CommentDisplayMode getById(int pId)
           
 boolean isCommentAndIndicator()
           
 boolean isCommentIndicatorOnly()
           
 boolean isNoIndicator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_INDICATOR

public static final CommentDisplayMode NO_INDICATOR

COMMENT_INDICATOR_ONLY

public static final CommentDisplayMode COMMENT_INDICATOR_ONLY

COMMENT_AND_INDICATOR

public static final CommentDisplayMode COMMENT_AND_INDICATOR
Method Detail

getById

public static CommentDisplayMode getById(int pId)

isNoIndicator

public boolean isNoIndicator()

isCommentIndicatorOnly

public boolean isCommentIndicatorOnly()

isCommentAndIndicator

public boolean isCommentAndIndicator()