Interface LocationContainer
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.palladiosimulator.pcm.core.entity.Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier
- All Known Implementing Classes:
LocationContainerImpl
public interface LocationContainer extends org.palladiosimulator.pcm.core.entity.EntityA representation of the model object 'Location Container'.The following features are supported:
- See Also:
HelperattributesPackage.getLocationContainer()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Location>getLocation()Returns the value of the 'Location' containment reference list.OrganisationgetOrganisation()Returns the value of the 'Organisation' reference.voidsetOrganisation(Organisation value)Sets the value of the 'Organisation' 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getOrganisation
Organisation getOrganisation()
Returns the value of the 'Organisation' reference.- Returns:
- the value of the 'Organisation' reference.
- See Also:
setOrganisation(Organisation),HelperattributesPackage.getLocationContainer_Organisation()- Generated class or method.
- EMF model class or method.
- required="true"
-
setOrganisation
void setOrganisation(Organisation value)
Sets the value of the 'Organisation' reference.- Parameters:
value- the new value of the 'Organisation' reference.- See Also:
getOrganisation()- Generated class or method.
-
getLocation
EList<Location> getLocation()
Returns the value of the 'Location' containment reference list. The list contents are of typeLocation.- Returns:
- the value of the 'Location' containment reference list.
- See Also:
HelperattributesPackage.getLocationContainer_Location()- Generated class or method.
- EMF model class or method.
- containment="true"
-
-