com.moyosoft.connector.ms.excel
Class FormulaLabel

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

public class FormulaLabel
extends AbstractType

See Also:
Serialized Form

Field Summary
static FormulaLabel COLUMN_LABELS
           
static FormulaLabel MIXED_LABELS
           
static FormulaLabel NO_LABELS
           
static FormulaLabel ROW_LABELS
           
 
Method Summary
static FormulaLabel getById(int pId)
           
 boolean isColumnLabels()
           
 boolean isMixedLabels()
           
 boolean isNoLabels()
           
 boolean isRowLabels()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_LABELS

public static final FormulaLabel NO_LABELS

ROW_LABELS

public static final FormulaLabel ROW_LABELS

COLUMN_LABELS

public static final FormulaLabel COLUMN_LABELS

MIXED_LABELS

public static final FormulaLabel MIXED_LABELS
Method Detail

getById

public static FormulaLabel getById(int pId)

isNoLabels

public boolean isNoLabels()

isRowLabels

public boolean isRowLabels()

isColumnLabels

public boolean isColumnLabels()

isMixedLabels

public boolean isMixedLabels()