public interface JDOPackage extends JDOElement
Modifier and Type | Method and Description |
---|---|
JDOModel |
getDeclaringModel()
Returns the declaring JDOModel of this JDOPackage.
|
java.lang.String |
getName()
Returns the name of this JDOPackage.
|
void |
setDeclaringModel(JDOModel model)
Set the declaring JDOModel for this JDOPackage.
|
void |
setName(java.lang.String name)
Sets the name of this JDOPackage.
|
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener
java.lang.String getName()
void setName(java.lang.String name) throws ModelException
name
- the nameModelException
- if impossibleJDOModel getDeclaringModel()
void setDeclaringModel(JDOModel model)
model
- the declaring JDOModel of this JDOPackage.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.