com.moyosoft.connector.ms.excel
Class FormatConditionType

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

public class FormatConditionType
extends AbstractType

See Also:
Serialized Form

Field Summary
static FormatConditionType CELL_VALUE
           
static FormatConditionType EXPRESSION
           
 
Method Summary
static FormatConditionType getById(int pId)
           
 boolean isCellValue()
           
 boolean isExpression()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CELL_VALUE

public static final FormatConditionType CELL_VALUE

EXPRESSION

public static final FormatConditionType EXPRESSION
Method Detail

getById

public static FormatConditionType getById(int pId)

isCellValue

public boolean isCellValue()

isExpression

public boolean isExpression()