javax.jdo.metadata
Interface ExtensionMetadata


public interface ExtensionMetadata

A vendor extension defined in Metadata.

Version:
3.0

Method Summary
 java.lang.String getKey()
          Accessor for the key (set at construction).
 java.lang.String getValue()
          Accessor for the value (set at construction).
 java.lang.String getVendorName()
          Accessor for the vendor name (set at construction).
 

Method Detail

getVendorName

java.lang.String getVendorName()
Accessor for the vendor name (set at construction).

Returns:
The vendor

getKey

java.lang.String getKey()
Accessor for the key (set at construction).

Returns:
The key

getValue

java.lang.String getValue()
Accessor for the value (set at construction).

Returns:
The value


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.