org.plasma.query.model
Class FloatParameter

java.lang.Object
  extended by org.plasma.query.model.FloatParameter

public class FloatParameter
extends Object

Java class for FloatParameter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FloatParameter">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>float">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  float value
           
 
Constructor Summary
FloatParameter()
           
FloatParameter(float value)
           
 
Method Summary
 float getValue()
          Gets the value of the value property.
 void setValue(float value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected float value
Constructor Detail

FloatParameter

public FloatParameter()

FloatParameter

public FloatParameter(float value)
Method Detail

getValue

public float getValue()
Gets the value of the value property.


setValue

public void setValue(float value)
Sets the value of the value property.



Copyright © 2014. All rights reserved.