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.EObjectA representation of the model object 'Calculation Result Enum And Col Property Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseValueInfoDatagetValueInfo()Returns the value of the 'Value Info' containment reference.org.eclipse.emf.common.util.EList<CalculationResultContextPropertyInfo>getValueOfContextPropInfo()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.
-
-
-
Method Detail
-
getValueInfo
BaseValueInfoData getValueInfo()
Returns the value of the 'Value Info' containment reference.- Returns:
- the value of the 'Value Info' containment reference.
- See Also:
setValueInfo(BaseValueInfoData),CalculationsPackage.getCalculationResultEnumAndColPropertyInfo_ValueInfo()
-
setValueInfo
void setValueInfo(BaseValueInfoData value)
Sets the value of the 'Value Info' containment reference.- Parameters:
value- the new value of the 'Value Info' containment reference.- See Also:
getValueInfo()
-
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:
CalculationsPackage.getCalculationResultEnumAndColPropertyInfo_ValueOfContextPropInfo()
-
-