|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the super interface for JDO metadata elements, such as JDOClass, JDOField and JDORelationship.
| Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a property change listener. |
void |
addVetoableChangeListener(java.beans.VetoableChangeListener l)
Add a vetoable change listener. |
JDOExtension |
createJDOExtension()
Creates a new JDOExtension instance and attaches it to the specified JDOElement object. |
JDOExtension[] |
getJDOExtensions()
Returns the collection of vendor extensions for this JDOElement in the form of an array. |
void |
removeJDOExtension(JDOExtension vendorExtension)
Remove the supplied vendor extension from the collection of extensions maintained by this JDOElement. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a property change listener. |
void |
removeVetoableChangeListener(java.beans.VetoableChangeListener l)
Remove a vetoable change listener. |
| Method Detail |
public void removeJDOExtension(JDOExtension vendorExtension)
throws ModelException
ModelException - if impossiblepublic JDOExtension[] getJDOExtensions()
public JDOExtension createJDOExtension()
throws ModelException
ModelException - if impossible
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
throws ModelException
l - the listener to add
ModelException - if impossible
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
throws ModelException
l - the listener to remove
ModelException - if impossible
public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
throws ModelException
l - the listener to add
ModelException - if impossible
public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
throws ModelException
l - the listener to remove
ModelException - if impossible
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||