org.plasma.query.model
Class FloatParameter
java.lang.Object
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
|
|
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 |
value
protected float value
FloatParameter
public FloatParameter()
FloatParameter
public FloatParameter(float value)
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 © 2013. All rights reserved.