Class NodeBrowseInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class NodeBrowseInfo
    extends java.lang.Object
    implements java.io.Serializable
    NodeBrowseInfo is an extension (wrapper) around NodeDescription which includes its full path. This entity is mostly used for drag/drop and other manipulations in the designer.
    Since:
    8.0
    See Also:
    Serialized Form
    • Method Detail

      • updateDescription

        public void updateDescription​(NodeDescription desc)
      • getFullPath

        public TagPath getFullPath()
      • getName

        public java.lang.String getName()
      • getDataType

        public DataType getDataType()
      • getDisplayFormat

        public java.lang.String getDisplayFormat()
      • getSubTypeId

        public java.lang.String getSubTypeId()
      • getAttributes

        public java.util.Set<NodeAttribute> getAttributes()
      • hasChildren

        public boolean hasChildren()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object