Package com.sodius.mdw.metamodel.doors
Interface BaselineSetDefinition
-
- All Superinterfaces:
Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface BaselineSetDefinition extends NamedElement
A representation of the model object 'Baseline Set Definition'.The following features are supported:
- See Also:
DoorsPackage.getBaselineSetDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<BaselineSet>
getBaselineSets()
Returns the value of the 'Baseline Sets' containment reference list.String
getDescription()
Returns the value of the 'Description' attribute.MDWEList<FormalModule>
getModules()
Returns the value of the 'Modules' reference list.Folder
getOwner()
Returns the value of the 'Owner' container reference.void
setDescription(String value)
Sets the value of the 'Description
' attribute.void
setOwner(Folder value)
Sets the value of the 'Owner
' container reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getOwner
Folder getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Baseline Set Definitions
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(Folder)
,DoorsPackage.getBaselineSetDefinition_Owner()
,Folder.getBaselineSetDefinitions()
-
setOwner
void setOwner(Folder value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
getBaselineSets
MDWEList<BaselineSet> getBaselineSets()
Returns the value of the 'Baseline Sets' containment reference list. The list contents are of typeBaselineSet
. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'Baseline Sets' containment reference list.
- See Also:
DoorsPackage.getBaselineSetDefinition_BaselineSets()
,BaselineSet.getOwner()
-
getModules
MDWEList<FormalModule> getModules()
Returns the value of the 'Modules' reference list. The list contents are of typeFormalModule
.- Returns:
- the value of the 'Modules' reference list.
- See Also:
DoorsPackage.getBaselineSetDefinition_Modules()
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute. The default value is""
.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String)
,DoorsPackage.getBaselineSetDefinition_Description()
-
setDescription
void setDescription(String value)
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
-
-