public final class IntervalAttribute extends SimpleAttribute
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Pair<java.lang.Number,java.lang.Number> |
getInterval()
Gets the value of this attribute.
|
java.lang.String |
getValueAsString()
Returns a string representation of this attribute's value.
|
java.lang.String |
toString()
Returns the string representation of this attribute.
|
getAttributeDesc, getDesc, getExpType, getName, setDescpublic Pair<java.lang.Number,java.lang.Number> getInterval()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getValueAsString()
AttributegetValueAsString in class Attribute