protected static class EvaluationConditionalFormatRule.ValueAndFormat extends Object implements Comparable<EvaluationConditionalFormatRule.ValueAndFormat>
| Constructor and Description |
|---|
ValueAndFormat(Double value,
String format,
DecimalFormat df) |
ValueAndFormat(String value,
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(Object obj) |
String |
getString() |
Double |
getValue() |
int |
hashCode() |
boolean |
isNumber() |
String |
toString() |
public ValueAndFormat(Double value, String format, DecimalFormat df)
public boolean isNumber()
public Double getValue()
public String getString()
public int compareTo(EvaluationConditionalFormatRule.ValueAndFormat o)
compareTo in interface Comparable<EvaluationConditionalFormatRule.ValueAndFormat>