Interface CalculationResultObjData
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalculationResultObjDataImpl
public interface CalculationResultObjData extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Calculation Result Obj Data'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CalculationResultEnumAndColPropertyInfo>
getValueOfCollectionInfo()
Returns the value of the 'Value Of Collection Info' containment reference list.org.eclipse.emf.common.util.EList<CalculationResultContextPropertyInfo>
getValueOfContextPropInfo()
Returns the value of the 'Value Of Context Prop Info' containment reference list.org.eclipse.emf.common.util.EList<CalculationResultEnumAndColPropertyInfo>
getValueOfEnumInfo()
Returns the value of the 'Value Of Enum Info' containment reference list.ViewInterface
getViewInterface()
Returns the value of the 'View Interface' attribute.boolean
isSetViewInterface()
Returns whether the value of the 'View Interface
' attribute is set.void
setViewInterface(ViewInterface value)
Sets the value of the 'View Interface
' attribute.void
unsetViewInterface()
Unsets the value of the 'View Interface
' attribute.
-
-
-
Method Detail
-
getViewInterface
ViewInterface getViewInterface()
Returns the value of the 'View Interface' attribute. The literals are from the enumerationViewInterface
.- Returns:
- the value of the 'View Interface' attribute.
- See Also:
ViewInterface
,isSetViewInterface()
,unsetViewInterface()
,setViewInterface(ViewInterface)
,CalculationsPackage.getCalculationResultObjData_ViewInterface()
-
setViewInterface
void setViewInterface(ViewInterface value)
Sets the value of the 'View Interface
' attribute.- Parameters:
value
- the new value of the 'View Interface' attribute.- See Also:
ViewInterface
,isSetViewInterface()
,unsetViewInterface()
,getViewInterface()
-
unsetViewInterface
void unsetViewInterface()
Unsets the value of the 'View Interface
' attribute.
-
isSetViewInterface
boolean isSetViewInterface()
Returns whether the value of the 'View Interface
' attribute is set.- Returns:
- whether the value of the 'View Interface' attribute is set.
- See Also:
unsetViewInterface()
,getViewInterface()
,setViewInterface(ViewInterface)
-
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.getCalculationResultObjData_ValueOfContextPropInfo()
-
getValueOfCollectionInfo
org.eclipse.emf.common.util.EList<CalculationResultEnumAndColPropertyInfo> getValueOfCollectionInfo()
Returns the value of the 'Value Of Collection Info' containment reference list. The list contents are of typeCalculationResultEnumAndColPropertyInfo
.- Returns:
- the value of the 'Value Of Collection Info' containment reference list.
- See Also:
CalculationsPackage.getCalculationResultObjData_ValueOfCollectionInfo()
-
getValueOfEnumInfo
org.eclipse.emf.common.util.EList<CalculationResultEnumAndColPropertyInfo> getValueOfEnumInfo()
Returns the value of the 'Value Of Enum Info' containment reference list. The list contents are of typeCalculationResultEnumAndColPropertyInfo
.- Returns:
- the value of the 'Value Of Enum Info' containment reference list.
- See Also:
CalculationsPackage.getCalculationResultObjData_ValueOfEnumInfo()
-
-