|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionMetadata
Represents details of a collection in a field/property in a class.
Method Summary | |
---|---|
Boolean |
getDependentElement()
Accessor for whether the element is dependent |
String |
getElementType()
Accessor for the element type |
Boolean |
getEmbeddedElement()
Accessor for whether the element is embedded |
Boolean |
getSerializedElement()
Accessor for whether the element is serialised |
CollectionMetadata |
setDependentElement(boolean val)
Method to set whether the element is dependent |
CollectionMetadata |
setElementType(String type)
Method to set the name of the element type |
CollectionMetadata |
setEmbeddedElement(boolean val)
Method to set whether the element is embedded |
CollectionMetadata |
setSerializedElement(boolean val)
Method to set whether the element is serialised |
Methods inherited from interface javax.jdo.metadata.Metadata |
---|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata |
Method Detail |
---|
CollectionMetadata setElementType(String type)
type
- Name of the element typeString getElementType()
CollectionMetadata setEmbeddedElement(boolean val)
val
- Whether it is embeddedBoolean getEmbeddedElement()
CollectionMetadata setSerializedElement(boolean val)
val
- Whether it is serialisedBoolean getSerializedElement()
CollectionMetadata setDependentElement(boolean val)
val
- Whether it is dependentBoolean getDependentElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |