com.moyosoft.connector.ms.excel
Class ErrorBarType

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

public class ErrorBarType
extends AbstractType

See Also:
Serialized Form

Field Summary
static ErrorBarType ERROR_BAR_TYPE_CUSTOM
           
static ErrorBarType ERROR_BAR_TYPE_FIXED_VALUE
           
static ErrorBarType ERROR_BAR_TYPE_PERCENT
           
static ErrorBarType ERROR_BAR_TYPE_ST_DEV
           
static ErrorBarType ERROR_BAR_TYPE_ST_ERROR
           
 
Method Summary
static ErrorBarType getById(int pId)
           
 boolean isErrorBarTypeCustom()
           
 boolean isErrorBarTypeFixedValue()
           
 boolean isErrorBarTypePercent()
           
 boolean isErrorBarTypeStDev()
           
 boolean isErrorBarTypeStError()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_BAR_TYPE_CUSTOM

public static final ErrorBarType ERROR_BAR_TYPE_CUSTOM

ERROR_BAR_TYPE_FIXED_VALUE

public static final ErrorBarType ERROR_BAR_TYPE_FIXED_VALUE

ERROR_BAR_TYPE_PERCENT

public static final ErrorBarType ERROR_BAR_TYPE_PERCENT

ERROR_BAR_TYPE_ST_DEV

public static final ErrorBarType ERROR_BAR_TYPE_ST_DEV

ERROR_BAR_TYPE_ST_ERROR

public static final ErrorBarType ERROR_BAR_TYPE_ST_ERROR
Method Detail

getById

public static ErrorBarType getById(int pId)

isErrorBarTypeCustom

public boolean isErrorBarTypeCustom()

isErrorBarTypeFixedValue

public boolean isErrorBarTypeFixedValue()

isErrorBarTypePercent

public boolean isErrorBarTypePercent()

isErrorBarTypeStDev

public boolean isErrorBarTypeStDev()

isErrorBarTypeStError

public boolean isErrorBarTypeStError()