Class UdtDefinitionInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class UdtDefinitionInfo
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • getTypeId

        public java.lang.String getTypeId()
      • getRootInfo

        public NodeDescription getRootInfo()
        Gets the node browse info for the root udt definition;
      • getMemberMap

        public java.util.Map<TagPath,​NodeDescription> getMemberMap()
        Tag paths are relative to the type root.
      • getMember

        public NodeDescription getMember​(TagPath memberPath)
        Looks up the member based on the path. The path is relative.
      • getRelativeMemberPath

        protected TagPath getRelativeMemberPath​(TagPath typePath,
                                                TagPath fullMemberPath)
        Members contain their full tag path. This function will trim off the part that contains the type definition.