Interface MetaDataNode


  • public interface MetaDataNode
    Represents a single metadata definition in a hierarchical tree of meta data as retrieved by MetaDataRetriever
    • Method Detail

      • getId

        java.lang.String getId()
      • getPath

        java.lang.String getPath()
      • getLabel

        java.lang.String getLabel()
      • getType

        java.lang.String getType()
      • getChildren

        java.util.Iterator<MetaDataNode> getChildren()
      • getChildByPath

        MetaDataNode getChildByPath​(java.lang.String relPath)
      • hasOptions

        boolean hasOptions()