org.apache.jdo.model.jdo
Interface JDOMember

All Superinterfaces:
java.lang.Comparable, JDOElement
All Known Subinterfaces:
JDOClass, JDOField, JDOProperty
All Known Implementing Classes:
JDOAssociatedPropertyImplCaching, JDOAssociatedPropertyImplDynamic, JDOClassImplCaching, JDOClassImplDynamic, JDOFieldImplCaching, 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

Method Summary
 JDOClass getDeclaringClass()
          Get the declaring class of this JDOMember.
 java.lang.String getName()
          Returns the name of this JDOMember.
 
Methods inherited from interface org.apache.jdo.model.jdo.JDOElement
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Returns the name of this JDOMember.

Returns:
the name

getDeclaringClass

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


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.