org.apache.jdo.model.jdo
Interface JDOMember
- All Superinterfaces:
- java.lang.Comparable, JDOElement
- All Known Subinterfaces:
- JDOClass, JDOField, JDOProperty
- All Known Implementing Classes:
- JDOAssociatedPropertyImplDynamic, JDOClassImplDynamic, JDOFieldImplDynamic, JDOMemberImpl, JDOPropertyImplCaching, JDOPropertyImplDynamic
- public interface JDOMember
- extends JDOElement, java.lang.Comparable
This is the super interface for named JDO metadata elements,
such as JDOClass and JDOField.
- Author:
- Michael Bouschen
Methods inherited from interface java.lang.Comparable |
compareTo |
getName
public java.lang.String getName()
- Returns the name of this JDOMember.
- Returns:
- the name
getDeclaringClass
public JDOClass getDeclaringClass()
- Get the declaring class of this JDOMember.
- Returns:
- the class that owns this JDOMember, or
null
if the element is not attached to any class