Package nz.org.riskscape.wizard
Class ExpressionHelper.AttributeValue
java.lang.Object
nz.org.riskscape.wizard.ExpressionHelper.AttributeValue
- All Implemented Interfaces:
Comparable<ExpressionHelper.AttributeValue>
- Enclosing class:
- ExpressionHelper
public static class ExpressionHelper.AttributeValue
extends Object
implements Comparable<ExpressionHelper.AttributeValue>
Represents the value that an attribute may contain. This could be potential values in the case
of WithinSet
or Enumeration
types. For other types it could be a value that has
been found from the actual input data being used.
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExpressionHelper.AttributeValue>
-
getValue
The value, or at least a
String
that could be parsed as an expression to the required value. Type isComparable
to allow for sensible sorting of the value set. -
getLabel
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-