Package io.keikai.model.impl
Class CFValueObjectImpl
- java.lang.Object
-
- io.keikai.model.impl.CFValueObjectImpl
-
- All Implemented Interfaces:
SCFValueObject
,Serializable
public class CFValueObjectImpl extends Object implements SCFValueObject, Serializable
- Since:
- 3.8.2
- Author:
- henri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.SCFValueObject
SCFValueObject.CFValueObjectType
-
-
Constructor Summary
Constructors Constructor Description CFValueObjectImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CFValueObjectImpl
cloneCFValueObject()
FormulaExpression
getFormulaExpression()
SCFValueObject.CFValueObjectType
getType()
Return the type of this conditional formatting value objectString
getValue()
Return the value of this condition formatting value objectboolean
isGreaterOrEqual()
Whether greaterOrEqual(true) or greater(false)void
setFormulaExpression(FormulaExpression expr)
void
setGreaterOrEqual(boolean b)
void
setType(SCFValueObject.CFValueObjectType type)
void
setValue(String value)
-
-
-
Method Detail
-
getType
public SCFValueObject.CFValueObjectType getType()
Description copied from interface:SCFValueObject
Return the type of this conditional formatting value object- Specified by:
getType
in interfaceSCFValueObject
-
setType
public void setType(SCFValueObject.CFValueObjectType type)
-
getValue
public String getValue()
Description copied from interface:SCFValueObject
Return the value of this condition formatting value object- Specified by:
getValue
in interfaceSCFValueObject
-
setValue
public void setValue(String value)
-
isGreaterOrEqual
public boolean isGreaterOrEqual()
Description copied from interface:SCFValueObject
Whether greaterOrEqual(true) or greater(false)- Specified by:
isGreaterOrEqual
in interfaceSCFValueObject
-
setGreaterOrEqual
public void setGreaterOrEqual(boolean b)
-
cloneCFValueObject
public CFValueObjectImpl cloneCFValueObject()
-
getFormulaExpression
public FormulaExpression getFormulaExpression()
-
setFormulaExpression
public void setFormulaExpression(FormulaExpression expr)
-
-