Class NodeDescription

  • All Implemented Interfaces:
    java.io.Serializable

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

      • NodeDescription

        protected NodeDescription()
    • Method Detail

      • 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