Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TFCEnum
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL
servicesscl.ied is a group of services for operating on
IED
object-
Uses of TFCEnum in org.lfenergy.compas.scl2007b4.model
Modifier and TypeMethodDescriptionstatic TFCEnum
TDA.getFc()
Gets the value of the fc property.TFCDA.getFc()
Gets the value of the fc property.static TFCEnum
Returns the enum constant of this class with the specified name.static TFCEnum[]
TFCEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TFCEnum in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionDataAttributeRef.getFc()
Gets FC (Functional Constraints) reference value -
Uses of TFCEnum in org.lfenergy.compas.sct.commons.scl.ied
Modifier and TypeMethodDescriptionDataSetAdapter.createFCDAIfNotExists
(String ldInst, String prefix, String lnClass, String lnInst, String doName, String daName, TFCEnum fc) Create a new FCDA in this DataSet.DataSetAdapter.findFCDA
(String ldInst, String prefix, String lnClass, String lnInst, String doName, String daName, TFCEnum fc) Find a FCDA matching all given criteria. -
Uses of TFCEnum in org.lfenergy.compas.sct.commons.util