Class PyTagDictionary.Builder
java.lang.Object
com.inductiveautomation.ignition.common.config.PyTagDictionary.Builder
- Enclosing class:
- PyTagDictionary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild
(PropertySet props) buildFromBrowseInfo
(TagPath path, NodeDescription browseInfo) If you are exclusively building a PyTagDictionary from a NodeBrowseInfo, you only need to call this method to set up all Python properties (including TagObjectType and tag path).setTagPath
(TagPath path) setTagType
(TagObjectType tagObjectType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setTagPath
-
setTagType
-
setId
-
buildFromBrowseInfo
If you are exclusively building a PyTagDictionary from a NodeBrowseInfo, you only need to call this method to set up all Python properties (including TagObjectType and tag path). -
build
-