Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TCompasLDeviceStatus
Packages that use TCompasLDeviceStatus
Package
Description
commons.scl is a group of services for operating on
Header
,
Substation
,
Communication
,
IED
,
DataTypeTemplates
objects-
Uses of TCompasLDeviceStatus in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TCompasLDeviceStatusMethods in org.lfenergy.compas.scl2007b4.model that return TCompasLDeviceStatusModifier and TypeMethodDescriptionstatic TCompasLDeviceStatus
TCompasLDevice.getLDeviceStatus()
Gets the value of the lDeviceStatus property.static TCompasLDeviceStatus
Returns the enum constant of this class with the specified name.static TCompasLDeviceStatus[]
TCompasLDeviceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TCompasLDeviceStatusModifier and TypeMethodDescriptionvoid
TCompasLDevice.setLDeviceStatus
(TCompasLDeviceStatus value) Sets the value of the lDeviceStatus property. -
Uses of TCompasLDeviceStatus in org.lfenergy.compas.sct.commons.scl
Methods in org.lfenergy.compas.sct.commons.scl with parameters of type TCompasLDeviceStatusModifier and TypeMethodDescriptionvoid
LDeviceActivation.checkLDeviceActivationStatus
(String iedName, String ldInst, TCompasLDeviceStatus compasLDeviceStatus, Set<String> enumValues) checks whether LDevice status is authorized to be activated or Not