Uses of Enum Class
org.lfenergy.compas.sct.commons.scl.ied.DAITracker.MatchResult
Packages that use DAITracker.MatchResult
-
Uses of DAITracker.MatchResult in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied that return DAITracker.MatchResultModifier and TypeMethodDescriptionstatic DAITracker.MatchResult
DAITracker.search()
Checks DOI/SDI/DAI presence in LN (lnAdapter attribute) matching given DO/SDO (doTypeName attribute) and DA/BDA (daTypeName attribute) As a reminder DOI/SDI/DAI chain matches DO/SDO/DA/BDA chain like this : - DOI is equivalent to a DO - SDI are equivalent to SDO and DA with bType="Struct" and BDA with bType="Struct".static DAITracker.MatchResult
Returns the enum constant of this class with the specified name.static DAITracker.MatchResult[]
DAITracker.MatchResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.