Package org.openmuc.j60870.ie
Class IeScaledValue
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeNormalizedValue
-
- org.openmuc.j60870.ie.IeScaledValue
-
public class IeScaledValue extends IeNormalizedValue
Represents a scaled value (SVA) information element.
-
-
Constructor Summary
Constructors Constructor Description IeScaledValue(int value)
Scaled value is a 16 bit integer (short) in the range from -32768 to 32767
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.openmuc.j60870.ie.IeNormalizedValue
getNormalizedValue, getUnnormalizedValue
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classIeNormalizedValue
-
-