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

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

    • value

      private long value
  • Constructor Details

    • LongIndex

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

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

    • getValue

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