|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
Method Summary | |
JDOClass |
getDeclaringClass()
Get the declaring class of this JDOMember. |
java.lang.String |
getName()
Returns the name of this JDOMember. |
void |
setDeclaringClass(JDOClass declaringClass)
Set the declaring class of this JDOMember. |
void |
setName(java.lang.String name)
Sets 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 |
public java.lang.String getName()
public void setName(java.lang.String name) throws ModelException
name
- the name
ModelException
- if impossiblepublic JDOClass getDeclaringClass()
null
if the element is not attached to any classpublic void setDeclaringClass(JDOClass declaringClass) throws ModelException
declaringClass
- the declaring class of this member element
ModelException
- if impossible
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |