|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JDOMember
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 |
|---|
java.lang.String getName()
void setName(java.lang.String name)
throws ModelException
name - the name
ModelException - if impossibleJDOClass getDeclaringClass()
null
if the element is not attached to any class
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 | |||||||||