com.moyosoft.connector.ms.excel
Class SpecialCellsValue

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

public class SpecialCellsValue
extends AbstractType

See Also:
Serialized Form

Field Summary
static SpecialCellsValue ERRORS
           
static SpecialCellsValue LOGICAL
           
static SpecialCellsValue NUMBERS
           
static SpecialCellsValue TEXT_VALUES
           
 
Method Summary
static SpecialCellsValue getById(int pId)
           
 boolean isErrors()
           
 boolean isLogical()
           
 boolean isNumbers()
           
 boolean isTextValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERRORS

public static final SpecialCellsValue ERRORS

LOGICAL

public static final SpecialCellsValue LOGICAL

NUMBERS

public static final SpecialCellsValue NUMBERS

TEXT_VALUES

public static final SpecialCellsValue TEXT_VALUES
Method Detail

getById

public static SpecialCellsValue getById(int pId)

isErrors

public boolean isErrors()

isLogical

public boolean isLogical()

isNumbers

public boolean isNumbers()

isTextValues

public boolean isTextValues()