Package io.keikai.model
Interface SCFValueObject
-
- All Known Implementing Classes:
CFValueObjectImpl
public interface SCFValueObject
Conditional Formatting value object.- Author:
- henri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SCFValueObject.CFValueObjectType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
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)
-
-