Interface MappingMemberElement
-
- All Superinterfaces:
Comparable,MappingElement,MappingElementProperties
- All Known Subinterfaces:
MappingFieldElement,MappingReferenceKeyElement,MappingRelationshipElement,MappingTableElement
- All Known Implementing Classes:
MappingFieldElementImpl,MappingMemberElementImpl,MappingReferenceKeyElementImpl,MappingRelationshipElementImpl,MappingTableElementImpl
public interface MappingMemberElement extends MappingElement
- Version:
- %I%
- Author:
- raccah
-
-
Field Summary
-
Fields inherited from interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
PROP_ASSOCIATED_COLUMNS, PROP_COLUMNS, PROP_CONSISTENCY, PROP_DATABASE_ROOT, PROP_FETCH_GROUP, PROP_FIELDS, PROP_IN_CONCURRENCY_CHECK, PROP_KEY_COLUMNS, PROP_MODIFIED, PROP_NAME, PROP_NAVIGABLE, PROP_READ_ONLY, PROP_REFERENCING_KEYS, PROP_TABLE, PROP_TABLES, PROP_VERSION_FIELD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingClassElementgetDeclaringClass()Get the declaring class.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.sun.jdo.api.persistence.model.mapping.MappingElement
addPropertyChangeListener, addVetoableChangeListener, getName, removePropertyChangeListener, removeVetoableChangeListener, setName
-
-
-
-
Method Detail
-
getDeclaringClass
MappingClassElement getDeclaringClass()
Get the declaring class.- Returns:
- the class that owns this member element, or
nullif the element is not attached to any class
-
-