Interface MetaDataInstance


@Deprecated public interface MetaDataInstance
Deprecated.
Represents a single meta data.
  • Method Details

    • getId

      String getId()
      Deprecated.
    • getDataType

      String getDataType()
      Deprecated.
    • hasOptions

      boolean hasOptions()
      Deprecated.
    • getOptions

      Options getOptions()
      Deprecated.
    • getProperty

      Object getProperty(String key)
      Deprecated.
    • getPropertyKeys

      Set<String> getPropertyKeys()
      Deprecated.