Package org.openmuc.j60870.ie
Class IeProtectionOutputCircuitInformation
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeProtectionOutputCircuitInformation
-
public class IeProtectionOutputCircuitInformation extends InformationElement
Represents an output circuit information of protection equipment (OCI) information element.
-
-
Constructor Summary
Constructors Constructor Description IeProtectionOutputCircuitInformation(boolean generalCommand, boolean commandToL1, boolean commandToL2, boolean commandToL3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCommandToL1()
boolean
isCommandToL2()
boolean
isCommandToL3()
boolean
isGeneralCommand()
java.lang.String
toString()
-
-
-
Method Detail
-
isGeneralCommand
public boolean isGeneralCommand()
-
isCommandToL1
public boolean isCommandToL1()
-
isCommandToL2
public boolean isCommandToL2()
-
isCommandToL3
public boolean isCommandToL3()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-