public interface JDOMember extends JDOElement, java.lang.Comparable
| Modifier and Type | Method and Description |
|---|---|
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.
|
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerjava.lang.String getName()
void setName(java.lang.String name)
throws ModelException
name - the nameModelException - if impossibleJDOClass getDeclaringClass()
null
if the element is not attached to any classvoid setDeclaringClass(JDOClass declaringClass) throws ModelException
declaringClass - the declaring class of this member elementModelException - if impossibleCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.