Interface CalculationResultContextPropertyInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalculationResultContextPropertyInfoImpl
public interface CalculationResultContextPropertyInfo
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Calculation Result Context Property Info'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Prop Info' containment reference.Returns the value of the 'Value Info' containment reference.void
setPropInfo
(ContextPropertyData value) Sets the value of the 'Prop Info
' containment reference.void
setValueInfo
(BaseValueInfoData value) Sets the value of the 'Value Info
' containment 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
-
getPropInfo
ContextPropertyData getPropInfo()Returns the value of the 'Prop Info' containment reference.- Returns:
- the value of the 'Prop Info' containment reference.
- See Also:
-
setPropInfo
Sets the value of the 'Prop Info
' containment reference.- Parameters:
value
- the new value of the 'Prop Info' containment reference.- See Also:
-
getValueInfo
BaseValueInfoData getValueInfo()Returns the value of the 'Value Info' containment reference.- Returns:
- the value of the 'Value Info' containment reference.
- See Also:
-
setValueInfo
Sets the value of the 'Value Info
' containment reference.- Parameters:
value
- the new value of the 'Value Info' containment reference.- See Also:
-