Package org.openmuc.j60870.ie
Class IeShortFloat
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeShortFloat
-
public class IeShortFloat extends InformationElement
Represents a short floating point number (R32-IEEE STD 754) information element.
-
-
Constructor Summary
Constructors Constructor Description IeShortFloat(float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public float getValue()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-