Package io.keikai.model.impl
Class CFValueObjectImpl
java.lang.Object
io.keikai.model.impl.CFValueObjectImpl
- All Implemented Interfaces:
SCFValueObject,Serializable
- Since:
- 3.8.2
- Author:
- henri
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SCFValueObject
SCFValueObject.CFValueObjectType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Return the type of this conditional formatting value objectgetValue()Return the value of this condition formatting value objectbooleanWhether greaterOrEqual(true) or greater(false)voidvoidsetGreaterOrEqual(boolean b) voidvoid
-
Constructor Details
-
CFValueObjectImpl
public CFValueObjectImpl()
-
-
Method Details
-
getType
Description copied from interface:SCFValueObjectReturn the type of this conditional formatting value object- Specified by:
getTypein interfaceSCFValueObject
-
setType
-
getValue
Description copied from interface:SCFValueObjectReturn the value of this condition formatting value object- Specified by:
getValuein interfaceSCFValueObject
-
setValue
-
isGreaterOrEqual
public boolean isGreaterOrEqual()Description copied from interface:SCFValueObjectWhether greaterOrEqual(true) or greater(false)- Specified by:
isGreaterOrEqualin interfaceSCFValueObject
-
setGreaterOrEqual
public void setGreaterOrEqual(boolean b) -
cloneCFValueObject
-
getFormulaExpression
-
setFormulaExpression
-