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