Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TFCEnum
Packages that use 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
Fields in org.lfenergy.compas.scl2007b4.model declared as TFCEnumMethods in org.lfenergy.compas.scl2007b4.model that return TFCEnumModifier 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.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TFCEnum -
Uses of TFCEnum in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto that return TFCEnumModifier and TypeMethodDescriptionDataAttributeRef.getFc()
Gets FC (Functional Constraints) reference valueMethods in org.lfenergy.compas.sct.commons.dto with parameters of type TFCEnum -
Uses of TFCEnum in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied with parameters of type TFCEnumModifier 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
Methods in org.lfenergy.compas.sct.commons.util with parameters of type TFCEnum