Class ConditionalFormatValueObject

java.lang.Object
com.independentsoft.office.spreadsheet.ConditionalFormatValueObject

public class ConditionalFormatValueObject extends Object
The Class ConditionalFormatValueObject.
  • Constructor Details

    • ConditionalFormatValueObject

      public ConditionalFormatValueObject()
      Instantiates a new conditional format value object.
  • Method Details

    • clone

      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public void setType(ConditionalFormatValueObjectType type)
      Sets the type.
      Parameters:
      type - the new type
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value