org.rhq.core.clientapi.descriptor.configuration
Class FloatConstraintType

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType

public class FloatConstraintType
extends java.lang.Object

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

maximum

protected java.lang.Float maximum

minimum

protected java.lang.Float minimum
Constructor Detail

FloatConstraintType

public FloatConstraintType()
Method Detail

getMaximum

public java.lang.Float getMaximum()
Gets the value of the maximum property.

Returns:
possible object is Float

setMaximum

public void setMaximum(java.lang.Float value)
Sets the value of the maximum property.

Parameters:
value - allowed object is Float

getMinimum

public java.lang.Float getMinimum()
Gets the value of the minimum property.

Returns:
possible object is Float

setMinimum

public void setMinimum(java.lang.Float value)
Sets the value of the minimum property.

Parameters:
value - allowed object is Float


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.