Class ConditionalFormatValueObject
java.lang.Object
com.independentsoft.office.spreadsheet.ConditionalFormatValueObject
The Class ConditionalFormatValueObject.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new conditional format value object. -
Method Summary
Modifier and TypeMethodDescriptionclone()getType()Gets the type.getValue()Gets the value.booleanChecks if is greater than or equal.voidsetGreaterThanOrEqual(boolean isGreaterThanOrEqual)Sets the greater than or equal.voidSets the type.voidSets the value.toString()
-
Constructor Details
-
ConditionalFormatValueObject
public ConditionalFormatValueObject()Instantiates a new conditional format value object.
-
-
Method Details
-
clone
-
toString
-
isGreaterThanOrEqual
public boolean isGreaterThanOrEqual()Checks if is greater than or equal.- Returns:
- true, if is greater than or equal
-
setGreaterThanOrEqual
public void setGreaterThanOrEqual(boolean isGreaterThanOrEqual)Sets the greater than or equal.- Parameters:
isGreaterThanOrEqual- the new greater than or equal
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-