Package org.openmuc.j60870.ie
Class IeQualifierOfParameterOfMeasuredValues
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeQualifierOfParameterOfMeasuredValues
-
public class IeQualifierOfParameterOfMeasuredValues extends InformationElement
Represents a qualifier of parameter of measured values (QPM) information element.
-
-
Constructor Summary
Constructors Constructor Description IeQualifierOfParameterOfMeasuredValues(int kindOfParameter, boolean change, boolean notInOperation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getKindOfParameter()
boolean
isChange()
boolean
isNotInOperation()
java.lang.String
toString()
-
-
-
Method Detail
-
getKindOfParameter
public int getKindOfParameter()
-
isChange
public boolean isChange()
-
isNotInOperation
public boolean isNotInOperation()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-