public class CFValueObjectImpl extends java.lang.Object implements SCFValueObject, java.io.Serializable
SCFValueObject.CFValueObjectType
Constructor and Description |
---|
CFValueObjectImpl() |
Modifier and Type | Method and Description |
---|---|
CFValueObjectImpl |
cloneCFValueObject() |
FormulaExpression |
getFormulaExpression() |
SCFValueObject.CFValueObjectType |
getType()
Return the type of this conditional formatting value object
|
java.lang.String |
getValue()
Return the value of this condition formatting value object
|
boolean |
isGreaterOrEqual()
Whether greaterOrEqual(true) or greater(false)
|
void |
setFormulaExpression(FormulaExpression expr) |
void |
setGreaterOrEqual(boolean b) |
void |
setType(SCFValueObject.CFValueObjectType type) |
void |
setValue(java.lang.String value) |
public SCFValueObject.CFValueObjectType getType()
SCFValueObject
getType
in interface SCFValueObject
public void setType(SCFValueObject.CFValueObjectType type)
public java.lang.String getValue()
SCFValueObject
getValue
in interface SCFValueObject
public void setValue(java.lang.String value)
public boolean isGreaterOrEqual()
SCFValueObject
isGreaterOrEqual
in interface SCFValueObject
public void setGreaterOrEqual(boolean b)
public CFValueObjectImpl cloneCFValueObject()
public FormulaExpression getFormulaExpression()
public void setFormulaExpression(FormulaExpression expr)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.