|
||||||||||
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 | |
---|---|
Boolean |
getDependentKey()
Accessor for whether the key is dependent |
Boolean |
getDependentValue()
Accessor for whether the value is dependent |
Boolean |
getEmbeddedKey()
Accessor for whether the key is embedded |
Boolean |
getEmbeddedValue()
Accessor for whether the value is embedded |
String |
getKeyType()
Accessor for the key type |
Boolean |
getSerializedKey()
Accessor for whether the key is serialised |
Boolean |
getSerializedValue()
Accessor for whether the value is serialised |
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(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(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(String type)
type
- Name of the key typeString getKeyType()
MapMetadata setEmbeddedKey(boolean val)
val
- Whether it is embeddedBoolean getEmbeddedKey()
MapMetadata setSerializedKey(boolean val)
val
- Whether it is serialisedBoolean getSerializedKey()
MapMetadata setDependentKey(boolean val)
val
- Whether it is dependentBoolean getDependentKey()
MapMetadata setValueType(String type)
type
- Name of the value typeString getValueType()
MapMetadata setEmbeddedValue(boolean val)
val
- Whether it is embeddedBoolean getEmbeddedValue()
MapMetadata setSerializedValue(boolean val)
val
- Whether it is serialisedBoolean getSerializedValue()
MapMetadata setDependentValue(boolean val)
val
- Whether it is dependentBoolean getDependentValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |