public interface Model
The following features are supported:
JavaPackage.getModel()| Modifier and Type | Method and Description |
|---|---|
|
getArchives()
Returns the value of the 'Archives' containment reference list.
|
|
getClassFiles()
Returns the value of the 'Class Files' containment reference list.
|
|
getCompilationUnits()
Returns the value of the 'Compilation Units' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
|
getOrphanTypes()
Returns the value of the 'Orphan Types' containment reference list.
|
|
getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list.
|
|
getUnresolvedItems()
Returns the value of the 'Unresolved Items' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JavaPackage.getModel_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()getOwnedElements()
Package.
It is bidirectional and its opposite is 'Model'.
If the meaning of the 'Owned Elements' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getModel_OwnedElements(),
Package.getModel()getOrphanTypes()
Type.
If the meaning of the 'Orphan Types' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getModel_OrphanTypes()getUnresolvedItems()
UnresolvedItem.
If the meaning of the 'Unresolved Items' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getModel_UnresolvedItems()getCompilationUnits()
CompilationUnit.
If the meaning of the 'Compilation Units' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getModel_CompilationUnits()getClassFiles()
ClassFile.
If the meaning of the 'Class Files' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getModel_ClassFiles()getArchives()
Archive.
If the meaning of the 'Archives' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getModel_Archives()