Class UdtDefinitionInfo
java.lang.Object
com.inductiveautomation.ignition.common.tags.browsing.UdtDefinitionInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUdtDefinitionInfo
(TagPath typePath, NodeDescription rootInfo, Map<TagPath, NodeDescription> members) -
Method Summary
Modifier and TypeMethodDescriptionLooks up the member based on the path.Tag paths are relative to the type root.protected TagPath
getRelativeMemberPath
(TagPath typePath, TagPath fullMemberPath) Members contain their full tag path.Gets the node browse info for the root udt definition;
-
Constructor Details
-
UdtDefinitionInfo
public UdtDefinitionInfo(TagPath typePath, NodeDescription rootInfo, Map<TagPath, NodeDescription> members)
-
-
Method Details
-
getTypeId
-
getRootInfo
Gets the node browse info for the root udt definition; -
getMemberMap
Tag paths are relative to the type root. -
getMembers
-
getMember
Looks up the member based on the path. The path is relative. -
getRelativeMemberPath
Members contain their full tag path. This function will trim off the part that contains the type definition.
-