Interface HelperContainer
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
HelperContainerImpl
public interface HelperContainer extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Helper Container'.The following features are supported:
- See Also:
HelperattributesPackage.getHelperContainer()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<LocationContainer>
getLocationcontainer()
Returns the value of the 'Locationcontainer' containment reference list.EList<PrerequisiteContainer>
getPrerequisitecontainer()
Returns the value of the 'Prerequisitecontainer' containment reference list.EList<RoleContainer>
getRolecontainer()
Returns the value of the 'Rolecontainer' containment reference list.EList<ShiftContainer>
getShiftcontainer()
Returns the value of the 'Shiftcontainer' containment reference list.-
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
-
getShiftcontainer
EList<ShiftContainer> getShiftcontainer()
Returns the value of the 'Shiftcontainer' containment reference list. The list contents are of typeShiftContainer
.- Returns:
- the value of the 'Shiftcontainer' containment reference list.
- See Also:
HelperattributesPackage.getHelperContainer_Shiftcontainer()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getRolecontainer
EList<RoleContainer> getRolecontainer()
Returns the value of the 'Rolecontainer' containment reference list. The list contents are of typeRoleContainer
.- Returns:
- the value of the 'Rolecontainer' containment reference list.
- See Also:
HelperattributesPackage.getHelperContainer_Rolecontainer()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getLocationcontainer
EList<LocationContainer> getLocationcontainer()
Returns the value of the 'Locationcontainer' containment reference list. The list contents are of typeLocationContainer
.- Returns:
- the value of the 'Locationcontainer' containment reference list.
- See Also:
HelperattributesPackage.getHelperContainer_Locationcontainer()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getPrerequisitecontainer
EList<PrerequisiteContainer> getPrerequisitecontainer()
Returns the value of the 'Prerequisitecontainer' containment reference list. The list contents are of typePrerequisiteContainer
.- Returns:
- the value of the 'Prerequisitecontainer' containment reference list.
- See Also:
HelperattributesPackage.getHelperContainer_Prerequisitecontainer()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-