|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
public class FloatConstraintType
Constraint to indicate a value must be an decimal. If specified, the minimum and maximum values will indicate the range in which the value must fall. This range is inclusive, so a value that is equal to either the minimum or the maximum will be considered valid.
Java class for floatConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="floatConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Float |
maximum
|
protected java.lang.Float |
minimum
|
| Constructor Summary | |
|---|---|
FloatConstraintType()
|
|
| Method Summary | |
|---|---|
java.lang.Float |
getMaximum()
Gets the value of the maximum property. |
java.lang.Float |
getMinimum()
Gets the value of the minimum property. |
void |
setMaximum(java.lang.Float value)
Sets the value of the maximum property. |
void |
setMinimum(java.lang.Float value)
Sets the value of the minimum property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Float maximum
protected java.lang.Float minimum
| Constructor Detail |
|---|
public FloatConstraintType()
| Method Detail |
|---|
public java.lang.Float getMaximum()
Floatpublic void setMaximum(java.lang.Float value)
value - allowed object is
Floatpublic java.lang.Float getMinimum()
Floatpublic void setMinimum(java.lang.Float value)
value - allowed object is
Float
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||