Interface CalculationResultEnumAndColPropertyInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalculationResultEnumAndColPropertyInfoImpl
public interface CalculationResultEnumAndColPropertyInfo
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Calculation Result Enum And Col Property Info'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Value Info' containment reference.org.eclipse.emf.common.util.EList<CalculationResultContextPropertyInfo>Returns the value of the 'Value Of Context Prop Info' containment reference list.voidsetValueInfo(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getValueOfContextPropInfo
org.eclipse.emf.common.util.EList<CalculationResultContextPropertyInfo> getValueOfContextPropInfo()Returns the value of the 'Value Of Context Prop Info' containment reference list. The list contents are of typeCalculationResultContextPropertyInfo.- Returns:
- the value of the 'Value Of Context Prop Info' containment reference list.
- See Also:
-