Package io.keikai.model
Interface SCFValueObject
- All Known Implementing Classes:
CFValueObjectImpl
public interface SCFValueObject
Conditional Formatting value object.
- Author:
- henri
-
Method Details
-
getType
SCFValueObject.CFValueObjectType getType()Return the type of this conditional formatting value object -
getValue
String getValue()Return the value of this condition formatting value object -
isGreaterOrEqual
boolean isGreaterOrEqual()Whether greaterOrEqual(true) or greater(false)
-