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

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

public class FloatConstraintType
extends 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  Float maximum
           
protected  Float minimum
           
 
Constructor Summary
FloatConstraintType()
           
 
Method Summary
 Float getMaximum()
          Gets the value of the maximum property.
 Float getMinimum()
          Gets the value of the minimum property.
 void setMaximum(Float value)
          Sets the value of the maximum property.
 void setMinimum(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 Float maximum

minimum

protected Float minimum
Constructor Detail

FloatConstraintType

public FloatConstraintType()
Method Detail

getMaximum

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

Returns:
possible object is Float

setMaximum

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

Parameters:
value - allowed object is Float

getMinimum

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

Returns:
possible object is Float

setMinimum

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

Parameters:
value - allowed object is Float


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