Class FloatIndex

java.lang.Object
de.iip_ecosphere.platform.connectors.model.FloatIndex

public class FloatIndex extends Object
Specific wrapper for float indexes.
Author:
Holger Eichelberger, SSE
  • Field Details

    • value

      private float value
  • Constructor Details

    • FloatIndex

      public FloatIndex(float value)
      Creates a float index.
      Parameters:
      value - the value
    • FloatIndex

      public FloatIndex(Float value)
      Creates a float index.
      Parameters:
      value - the value
  • Method Details

    • getValue

      public float getValue()
      Returns the wrapped value.
      Returns:
      the value