public interface JDOExtension
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the key of this vendor extension.
|
java.lang.Object |
getValue()
Returns the value of this vendor extension.
|
java.lang.String |
getVendorName()
Returns the vendor name of this vendor extension.
|
void |
setKey(java.lang.String key)
Sets the key for this vendor extension.
|
void |
setValue(java.lang.Object value)
Sets the value for this vendor extension.
|
void |
setVendorName(java.lang.String vendorName)
Sets the vendor name for this vendor extension.
|
java.lang.String getVendorName()
void setVendorName(java.lang.String vendorName) throws ModelException
ModelException
- if impossiblejava.lang.String getKey()
void setKey(java.lang.String key) throws ModelException
ModelException
- if impossiblejava.lang.Object getValue()
void setValue(java.lang.Object value) throws ModelException
ModelException
- if impossibleCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.