public class CFValueObjectImpl extends Object implements SCFValueObject, 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
|
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(String value) |
public SCFValueObject.CFValueObjectType getType()
SCFValueObjectgetType in interface SCFValueObjectpublic void setType(SCFValueObject.CFValueObjectType type)
public String getValue()
SCFValueObjectgetValue in interface SCFValueObjectpublic void setValue(String value)
public boolean isGreaterOrEqual()
SCFValueObjectisGreaterOrEqual in interface SCFValueObjectpublic void setGreaterOrEqual(boolean b)
public CFValueObjectImpl cloneCFValueObject()
public FormulaExpression getFormulaExpression()
public void setFormulaExpression(FormulaExpression expr)
Copyright © 2020. All rights reserved.