Package org.apache.sis.metadata.sql
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 TypeMethodDescriptionidentifier
(MetadataSource source) Returns the identifier (primary key) of this metadata if it is using the given source, ornull
otherwise.
-
Method Details
-
identifier
Returns the identifier (primary key) of this metadata if it is using the given source, ornull
otherwise.
-