Package com.sodius.mdw.metamodel.doors
Interface BaselineSet
-
- 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 BaselineSet extends BaselineInfo
A representation of the model object 'Baseline Set'.The following features are supported:
- See Also:
DoorsPackage.getBaselineSet()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Baseline>
getBaselines()
Returns the value of the 'Baselines' reference list.BaselineSetDefinition
getOwner()
Returns the value of the 'Owner' container reference.boolean
isOpen()
Returns the value of the 'Open' attribute.void
setOpen(boolean value)
Sets the value of the 'Open
' attribute.void
setOwner(BaselineSetDefinition 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
BaselineSetDefinition getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Baseline Sets
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(BaselineSetDefinition)
,DoorsPackage.getBaselineSet_Owner()
,BaselineSetDefinition.getBaselineSets()
-
setOwner
void setOwner(BaselineSetDefinition value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
isOpen
boolean isOpen()
Returns the value of the 'Open' attribute.- Returns:
- the value of the 'Open' attribute.
- See Also:
setOpen(boolean)
,DoorsPackage.getBaselineSet_Open()
-
setOpen
void setOpen(boolean value)
Sets the value of the 'Open
' attribute.- Parameters:
value
- the new value of the 'Open' attribute.- See Also:
isOpen()
-
getBaselines
MDWEList<Baseline> getBaselines()
Returns the value of the 'Baselines' reference list. The list contents are of typeBaseline
.- Returns:
- the value of the 'Baselines' reference list.
- See Also:
DoorsPackage.getBaselineSet_Baselines()
-
-