JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.jdo.metadata
ExtensionMetadata
Contents
Description
Method Summary
Method Details
getVendorName()
getKey()
getValue()
Hide sidebar
Show sidebar
Interface ExtensionMetadata
public interface
ExtensionMetadata
A vendor extension defined in Metadata.
Version:
3.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
Accessor for the key (set at construction).
String
getValue
()
Accessor for the value (set at construction).
String
getVendorName
()
Accessor for the vendor name (set at construction).
Method Details
getVendorName
String
getVendorName
()
Accessor for the vendor name (set at construction).
Returns:
The vendor
getKey
String
getKey
()
Accessor for the key (set at construction).
Returns:
The key
getValue
String
getValue
()
Accessor for the value (set at construction).
Returns:
The value