Interface MetaData

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Type getDataType()
      Returns the type associated with the metadata element or null if the element has no type.
      java.lang.String getName()
      Returns the name of the current metadata element.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the current metadata element.
        Returns:
        Metadata element name.
      • getDataType

        Type getDataType()
        Returns the type associated with the metadata element or null if the element has no type.
        Returns:
        type of the metadata element or null if the element has no type.