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>
| Modifier and Type | Field and Description |
|---|---|
protected float |
value |
| Constructor and Description |
|---|
FloatParameter() |
FloatParameter(float value) |
| Modifier and Type | Method and Description |
|---|---|
float |
getValue()
Gets the value of the value property.
|
void |
setValue(float value)
Sets the value of the value property.
|
Copyright © 2017. All rights reserved.