com.moyosoft.connector.ms.excel
Class DisplayBlanksAs

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

public class DisplayBlanksAs
extends AbstractType

See Also:
Serialized Form

Field Summary
static DisplayBlanksAs INTERPOLATED
           
static DisplayBlanksAs NOT_PLOTTED
           
static DisplayBlanksAs ZERO
           
 
Method Summary
static DisplayBlanksAs getById(int pId)
           
 boolean isInterpolated()
           
 boolean isNotPlotted()
           
 boolean isZero()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERPOLATED

public static final DisplayBlanksAs INTERPOLATED

NOT_PLOTTED

public static final DisplayBlanksAs NOT_PLOTTED

ZERO

public static final DisplayBlanksAs ZERO
Method Detail

getById

public static DisplayBlanksAs getById(int pId)

isInterpolated

public boolean isInterpolated()

isNotPlotted

public boolean isNotPlotted()

isZero

public boolean isZero()