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 | Field and Description |
|---|---|
protected FieldMetaInfo.Interval.Closure |
m_closure |
protected double |
m_leftMargin
The left boundary value
|
protected double |
m_rightMargin
The right boundary value
|
| Modifier | Constructor and Description |
|---|---|
protected |
Interval(org.w3c.dom.Element interval)
Construct an interval.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValue(double value)
Returns true if this interval contains the supplied value.
|
java.lang.String |
toString() |
protected double m_leftMargin
protected double m_rightMargin
protected FieldMetaInfo.Interval.Closure m_closure
protected Interval(org.w3c.dom.Element interval)
throws java.lang.Exception
interval - the Element containing the intervaljava.lang.Exception - if there is a problem constructing the intervalpublic boolean containsValue(double value)
value - the value to checkpublic java.lang.String toString()
toString in class java.lang.Object