public interface FormalModule extends Module, DiscussionContainer
The following features are supported:
DoorsPackage.getFormalModule()
Modifier and Type | Method and Description |
---|---|
MDWEList<Object> |
getAllObjects()
Returns the value of the 'All Objects' reference list.
|
Baseline |
getBaseline()
Returns the value of the 'Baseline' reference.
|
MDWEList<Baseline> |
getBaselines()
Returns the value of the 'Baselines' containment reference list.
|
View |
getCurrentView()
Returns the value of the 'Current View' reference.
|
MDWEList<Object> |
getObjects()
Returns the value of the 'Objects' containment reference list.
|
MDWEList<Object> |
getViewObjects()
Returns the value of the 'View Objects' reference list.
|
MDWEList<View> |
getViews()
Returns the value of the 'Views' containment reference list.
|
void |
setBaseline(Baseline value)
Sets the value of the '
Baseline ' reference. |
void |
setCurrentView(View value)
Sets the value of the '
Current View ' reference. |
getAttributes, getMode, getPrefix, getTypes, setMode, setPrefix
getDescription, getOwner, getQualifiedName, getUniqueID, setDescription, setOwner
getName, setName
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getURL, setURL
getAttributeValue, getCreatedBy, getCreatedOn, getInstantiatedAttributes, getLastModifiedBy, getLastModifiedOn, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn
getDiscussions
MDWEList<View> getViews()
View
.
It is bidirectional and its opposite is 'Owner
'.
DoorsPackage.getFormalModule_Views()
,
View.getOwner()
MDWEList<Object> getObjects()
Object
.
It is bidirectional and its opposite is 'Owner
'.
DoorsPackage.getFormalModule_Objects()
,
Object.getOwner()
MDWEList<Object> getAllObjects()
Object
.
It is bidirectional and its opposite is 'Module
'.
DoorsPackage.getFormalModule_AllObjects()
,
Object.getModule()
View getCurrentView()
setCurrentView(View)
,
DoorsPackage.getFormalModule_CurrentView()
void setCurrentView(View value)
Current View
' reference.
value
- the new value of the 'Current View' reference.getCurrentView()
MDWEList<Object> getViewObjects()
Object
.
DoorsPackage.getFormalModule_ViewObjects()
MDWEList<Baseline> getBaselines()
Baseline
.
It is bidirectional and its opposite is 'Owner
'.
DoorsPackage.getFormalModule_Baselines()
,
Baseline.getOwner()
Baseline getBaseline()
setBaseline(Baseline)
,
DoorsPackage.getFormalModule_Baseline()
void setBaseline(Baseline value)
Baseline
' reference.
value
- the new value of the 'Baseline' reference.getBaseline()