com.moyosoft.connector.ms.excel
Class ScaleType

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

public class ScaleType
extends AbstractType

See Also:
Serialized Form

Field Summary
static ScaleType SCALE_LINEAR
           
static ScaleType SCALE_LOGARITHMIC
           
 
Method Summary
static ScaleType getById(int pId)
           
 boolean isScaleLinear()
           
 boolean isScaleLogarithmic()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALE_LINEAR

public static final ScaleType SCALE_LINEAR

SCALE_LOGARITHMIC

public static final ScaleType SCALE_LOGARITHMIC
Method Detail

getById

public static ScaleType getById(int pId)

isScaleLinear

public boolean isScaleLinear()

isScaleLogarithmic

public boolean isScaleLogarithmic()