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
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CalculationResultEnumAndColPropertyInfo>Returns the value of the 'Value Of Collection Info' containment reference list.org.eclipse.emf.common.util.EList<CalculationResultContextPropertyInfo>Returns the value of the 'Value Of Context Prop Info' containment reference list.org.eclipse.emf.common.util.EList<CalculationResultEnumAndColPropertyInfo>Returns the value of the 'Value Of Enum Info' containment reference list.Returns the value of the 'View Interface' attribute.booleanReturns whether the value of the 'View Interface' attribute is set.voidsetViewInterface(ViewInterface value) Sets the value of the 'View Interface' attribute.voidUnsets the value of the 'View Interface' attribute.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
-
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:
-
setViewInterface
Sets the value of the 'View Interface' attribute.- Parameters:
value- the new value of the 'View Interface' attribute.- See Also:
-
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:
-
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:
-
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:
-
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:
-