|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDOElement
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 |
---|
void removeJDOExtension(JDOExtension vendorExtension) throws ModelException
ModelException
- if impossibleJDOExtension[] getJDOExtensions()
JDOExtension createJDOExtension() throws ModelException
ModelException
- if impossiblevoid addPropertyChangeListener(java.beans.PropertyChangeListener l) throws ModelException
l
- the listener to add
ModelException
- if impossiblevoid removePropertyChangeListener(java.beans.PropertyChangeListener l) throws ModelException
l
- the listener to remove
ModelException
- if impossiblevoid addVetoableChangeListener(java.beans.VetoableChangeListener l) throws ModelException
l
- the listener to add
ModelException
- if impossiblevoid 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 |