protected static class EvaluationConditionalFormatRule.ValueAndFormat extends java.lang.Object implements java.lang.Comparable<EvaluationConditionalFormatRule.ValueAndFormat>
Constructor and Description |
---|
ValueAndFormat(java.lang.Double value,
java.lang.String format) |
ValueAndFormat(java.lang.String value,
java.lang.String format) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EvaluationConditionalFormatRule.ValueAndFormat o)
Note: this class has a natural ordering that is inconsistent with equals.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getString() |
java.lang.Double |
getValue() |
int |
hashCode() |
boolean |
isNumber() |
public ValueAndFormat(java.lang.Double value, java.lang.String format)
public ValueAndFormat(java.lang.String value, java.lang.String format)
public boolean isNumber()
public java.lang.Double getValue()
public java.lang.String getString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(EvaluationConditionalFormatRule.ValueAndFormat o)
compareTo
in interface java.lang.Comparable<EvaluationConditionalFormatRule.ValueAndFormat>
o
- public int hashCode()
hashCode
in class java.lang.Object
Copyright 2023 The Apache Software Foundation or its licensors, as applicable.