public static class FieldMetaInfo.Interval
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FieldMetaInfo.Interval.Closure
Enumerated type for the closure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(double value)
Returns true if this interval contains the supplied value.
|
java.lang.String |
toString() |
public boolean containsValue(double value)
value
- the value to checkpublic java.lang.String toString()
toString
in class java.lang.Object