Class FloatIndex
java.lang.Object
de.iip_ecosphere.platform.connectors.model.FloatIndex
Specific wrapper for float indexes.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFloatIndex(float value) Creates a float index.FloatIndex(Float value) Creates a float index. -
Method Summary
-
Field Details
-
value
private float value
-
-
Constructor Details
-
FloatIndex
public FloatIndex(float value) Creates a float index.- Parameters:
value- the value
-
FloatIndex
Creates a float index.- Parameters:
value- the value
-
-
Method Details
-
getValue
public float getValue()Returns the wrapped value.- Returns:
- the value
-