Package com.sodius.mdw.metamodel.doors
Interface Baseline
-
- All Superinterfaces:
BaselineInfo
,Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface Baseline extends BaselineInfo
A representation of the model object 'Baseline'.The following features are supported:
- See Also:
DoorsPackage.getBaseline()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormalModule
getOwner()
Returns the value of the 'Owner' container reference.void
setOwner(FormalModule value)
Sets the value of the 'Owner
' container reference.-
Methods inherited from interface com.sodius.mdw.metamodel.doors.BaselineInfo
getCreatedBy, getCreatedOn, getDescription, getMajor, getMinor, getSuffix, getVersionID, setCreatedBy, setCreatedOn, setDescription, setMajor, setMinor, setSuffix
-
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
-
-
-
-
Method Detail
-
getOwner
FormalModule getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Baselines
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(FormalModule)
,DoorsPackage.getBaseline_Owner()
,FormalModule.getBaselines()
-
setOwner
void setOwner(FormalModule value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
-