Interface ElasticInfrastructureReference
- All Known Subinterfaces:
ElasticInfrastructureMeasuringPoint
- All Known Implementing Classes:
ElasticInfrastructureMeasuringPointImpl
,ElasticInfrastructureReferenceImpl
A representation of the model object 'Elastic Infrastructure Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Elastic Infrastructure' reference.void
Sets the value of the 'Elastic Infrastructure
' reference.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 Details
-
getElasticInfrastructure
ElasticInfrastructure getElasticInfrastructure()Returns the value of the 'Elastic Infrastructure' reference.- Returns:
- the value of the 'Elastic Infrastructure' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setElasticInfrastructure
Sets the value of the 'Elastic Infrastructure
' reference.- Parameters:
value
- the new value of the 'Elastic Infrastructure' reference.- See Also:
- Generated class or method.
-