|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapMetadata
Represents details of a map in a field/property in a class.
Method Summary | |
---|---|
java.lang.Boolean |
getDependentKey()
Accessor for whether the key is dependent |
java.lang.Boolean |
getDependentValue()
Accessor for whether the value is dependent |
java.lang.Boolean |
getEmbeddedKey()
Accessor for whether the key is embedded |
java.lang.Boolean |
getEmbeddedValue()
Accessor for whether the value is embedded |
java.lang.String |
getKeyType()
Accessor for the key type |
java.lang.Boolean |
getSerializedKey()
Accessor for whether the key is serialised |
java.lang.Boolean |
getSerializedValue()
Accessor for whether the value is serialised |
java.lang.String |
getValueType()
Accessor for the value type |
MapMetadata |
setDependentKey(boolean val)
Method to set whether the key is dependent |
MapMetadata |
setDependentValue(boolean val)
Method to set whether the value is dependent |
MapMetadata |
setEmbeddedKey(boolean val)
Method to set whether the key is embedded |
MapMetadata |
setEmbeddedValue(boolean val)
Method to set whether the value is embedded |
MapMetadata |
setKeyType(java.lang.String type)
Method to set the name of the key type |
MapMetadata |
setSerializedKey(boolean val)
Method to set whether the key is serialised |
MapMetadata |
setSerializedValue(boolean val)
Method to set whether the value is serialised |
MapMetadata |
setValueType(java.lang.String type)
Method to set the name of the value type |
Methods inherited from interface javax.jdo.metadata.Metadata |
---|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata |
Method Detail |
---|
MapMetadata setKeyType(java.lang.String type)
type
- Name of the key typejava.lang.String getKeyType()
MapMetadata setEmbeddedKey(boolean val)
val
- Whether it is embeddedjava.lang.Boolean getEmbeddedKey()
MapMetadata setSerializedKey(boolean val)
val
- Whether it is serialisedjava.lang.Boolean getSerializedKey()
MapMetadata setDependentKey(boolean val)
val
- Whether it is dependentjava.lang.Boolean getDependentKey()
MapMetadata setValueType(java.lang.String type)
type
- Name of the value typejava.lang.String getValueType()
MapMetadata setEmbeddedValue(boolean val)
val
- Whether it is embeddedjava.lang.Boolean getEmbeddedValue()
MapMetadata setSerializedValue(boolean val)
val
- Whether it is serialisedjava.lang.Boolean getSerializedValue()
MapMetadata setDependentValue(boolean val)
val
- Whether it is dependentjava.lang.Boolean getDependentValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |