Package javax.jdo.metadata
Interface ExtensionMetadata
-
public interface ExtensionMetadataA vendor extension defined in Metadata.- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()Accessor for the key (set at construction).StringgetValue()Accessor for the value (set at construction).StringgetVendorName()Accessor for the vendor name (set at construction).
-