Interface DynamicSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
DynamicSpecificationImpl
public interface DynamicSpecification extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Dynamic Specification'.The following features are supported:
- See Also:
DynamicextensionPackage.getDynamicSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HelperContainer
getHelperContainer()
Returns the value of the 'Helper Container' containment reference.Subjects
getSubjectContainer()
Returns the value of the 'Subject Container' containment reference.void
setHelperContainer(HelperContainer value)
Sets the value of the 'Helper Container
' containment reference.void
setSubjectContainer(Subjects value)
Sets the value of the 'Subject Container
' containment reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getSubjectContainer
Subjects getSubjectContainer()
Returns the value of the 'Subject Container' containment reference.- Returns:
- the value of the 'Subject Container' containment reference.
- See Also:
setSubjectContainer(Subjects)
,DynamicextensionPackage.getDynamicSpecification_SubjectContainer()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setSubjectContainer
void setSubjectContainer(Subjects value)
Sets the value of the 'Subject Container
' containment reference.- Parameters:
value
- the new value of the 'Subject Container' containment reference.- See Also:
getSubjectContainer()
- Generated class or method.
-
getHelperContainer
HelperContainer getHelperContainer()
Returns the value of the 'Helper Container' containment reference.- Returns:
- the value of the 'Helper Container' containment reference.
- See Also:
setHelperContainer(HelperContainer)
,DynamicextensionPackage.getDynamicSpecification_HelperContainer()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setHelperContainer
void setHelperContainer(HelperContainer value)
Sets the value of the 'Helper Container
' containment reference.- Parameters:
value
- the new value of the 'Helper Container' containment reference.- See Also:
getHelperContainer()
- Generated class or method.
-
-