Interface MetadataProxy


interface MetadataProxy
Interface for metadata that are implemented by a proxy class. Instances of this interface are created by calls to Proxy.newProxyInstance(…) in MetadataSource.lookup(Class, String).
Since:
0.8
Version:
0.8
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the identifier (primary key) of this metadata if it is using the given source, or null otherwise.
  • Method Details

    • identifier

      String identifier(MetadataSource source)
      Returns the identifier (primary key) of this metadata if it is using the given source, or null otherwise.