Package org.openmuc.j60870.ie
Class IeValueWithTransientState
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeValueWithTransientState
-
public class IeValueWithTransientState extends InformationElement
Represents a value with transient state indication (VTI) information element.
-
-
Constructor Summary
Constructors Constructor Description IeValueWithTransientState(int value, boolean transientState)Creates a VTI (value with transient state indication) information element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetTransientState()intgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public int getValue()
-
getTransientState
public boolean getTransientState()
-
toString
public java.lang.String toString()
- Specified by:
toStringin classInformationElement
-
-