Class FCDAInfo
java.lang.Object
org.lfenergy.compas.sct.commons.dto.FCDAInfo
A representation of the model object FCDA.
The following features are supported:
Da NameDo NameFcem>IxLd InstLn ClassLn InstPrefix
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckFCDACompatibilitiesForBinding(FCDAInfo fcdaInfo) Checks if two FCDAInfo object match for ldInst, lnInst, lnClass, lnPrefix doName and daName for search of binding control blocksgetFCDA()Gets FCDAbooleanisValid()Checks FCDAInfo validity
-
Constructor Details
-
FCDAInfo
Constructor- Parameters:
dataSet- inputtfcda- input
-
FCDAInfo
-
-
Method Details
-
getFCDA
Gets FCDA- Returns:
- FCDA object
-
isValid
public boolean isValid()Checks FCDAInfo validity- Returns:
- validity state
-
checkFCDACompatibilitiesForBinding
Checks if two FCDAInfo object match for ldInst, lnInst, lnClass, lnPrefix doName and daName for search of binding control blocks- Parameters:
fcdaInfo- FCDA to copare with- Returns:
- true if FCDAs match for binding, otherwise false
-