Interface CalculationResultBaseData
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalculationResultBaseDataImpl
public interface CalculationResultBaseData
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Calculation Result Base Data'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Calculation Result' containment reference.Returns the value of the 'Error Occurred' attribute.Returns the value of the 'Eval Result State' attribute.byte[]
Returns the value of the 'Exception Str' attribute.Returns the value of the 'Expression Result ID' attribute.Returns the value of the 'Local Variable Name' attribute.Returns the value of the 'Result Value Info' containment reference.org.eclipse.emf.common.util.EList<ViewInterface>
Returns the value of the 'Tested And Supported Interface' attribute list.boolean
Returns whether the value of the 'Error Occurred
' attribute is set.boolean
Returns whether the value of the 'Eval Result State
' attribute is set.boolean
Returns whether the value of the 'Local Variable Name
' attribute is set.void
Sets the value of the 'Calculation Result
' containment reference.void
setErrorOccurred
(Boolean value) Sets the value of the 'Error Occurred
' attribute.void
Sets the value of the 'Eval Result State
' attribute.void
setExceptionStr
(byte[] value) Sets the value of the 'Exception Str
' attribute.void
setExpressionResultID
(String value) Sets the value of the 'Expression Result ID
' attribute.void
setLocalVariableName
(String value) Sets the value of the 'Local Variable Name
' attribute.void
Sets the value of the 'Result Value Info
' containment reference.void
Unsets the value of the 'Error Occurred
' attribute.void
Unsets the value of the 'Eval Result State
' attribute.void
Unsets the value of the 'Local Variable Name
' attribute.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
-
getEvalResultState
CalculationResultState getEvalResultState()Returns the value of the 'Eval Result State' attribute. The literals are from the enumerationCalculationResultState
.- Returns:
- the value of the 'Eval Result State' attribute.
- See Also:
-
setEvalResultState
Sets the value of the 'Eval Result State
' attribute.- Parameters:
value
- the new value of the 'Eval Result State' attribute.- See Also:
-
unsetEvalResultState
void unsetEvalResultState()Unsets the value of the 'Eval Result State
' attribute. -
isSetEvalResultState
boolean isSetEvalResultState()Returns whether the value of the 'Eval Result State
' attribute is set.- Returns:
- whether the value of the 'Eval Result State' attribute is set.
- See Also:
-
getExpressionResultID
String getExpressionResultID()Returns the value of the 'Expression Result ID' attribute.- Returns:
- the value of the 'Expression Result ID' attribute.
- See Also:
-
setExpressionResultID
Sets the value of the 'Expression Result ID
' attribute.- Parameters:
value
- the new value of the 'Expression Result ID' attribute.- See Also:
-
getResultValueInfo
BaseValueInfoData getResultValueInfo()Returns the value of the 'Result Value Info' containment reference.- Returns:
- the value of the 'Result Value Info' containment reference.
- See Also:
-
setResultValueInfo
Sets the value of the 'Result Value Info
' containment reference.- Parameters:
value
- the new value of the 'Result Value Info' containment reference.- See Also:
-
getTestedAndSupportedInterface
org.eclipse.emf.common.util.EList<ViewInterface> getTestedAndSupportedInterface()Returns the value of the 'Tested And Supported Interface' attribute list. The list contents are of typeViewInterface
. The literals are from the enumerationViewInterface
.- Returns:
- the value of the 'Tested And Supported Interface' attribute list.
- See Also:
-
getCalculationResult
CalculationResultObjData getCalculationResult()Returns the value of the 'Calculation Result' containment reference.- Returns:
- the value of the 'Calculation Result' containment reference.
- See Also:
-
setCalculationResult
Sets the value of the 'Calculation Result
' containment reference.- Parameters:
value
- the new value of the 'Calculation Result' containment reference.- See Also:
-
getErrorOccurred
Boolean getErrorOccurred()Returns the value of the 'Error Occurred' attribute. The default value is"false"
.- Returns:
- the value of the 'Error Occurred' attribute.
- See Also:
-
setErrorOccurred
Sets the value of the 'Error Occurred
' attribute.- Parameters:
value
- the new value of the 'Error Occurred' attribute.- See Also:
-
unsetErrorOccurred
void unsetErrorOccurred()Unsets the value of the 'Error Occurred
' attribute. -
isSetErrorOccurred
boolean isSetErrorOccurred()Returns whether the value of the 'Error Occurred
' attribute is set.- Returns:
- whether the value of the 'Error Occurred' attribute is set.
- See Also:
-
getExceptionStr
byte[] getExceptionStr()Returns the value of the 'Exception Str' attribute.- Returns:
- the value of the 'Exception Str' attribute.
- See Also:
-
setExceptionStr
void setExceptionStr(byte[] value) Sets the value of the 'Exception Str
' attribute.- Parameters:
value
- the new value of the 'Exception Str' attribute.- See Also:
-
getLocalVariableName
String getLocalVariableName()Returns the value of the 'Local Variable Name' attribute. The default value is""
.- Returns:
- the value of the 'Local Variable Name' attribute.
- See Also:
-
setLocalVariableName
Sets the value of the 'Local Variable Name
' attribute.- Parameters:
value
- the new value of the 'Local Variable Name' attribute.- See Also:
-
unsetLocalVariableName
void unsetLocalVariableName()Unsets the value of the 'Local Variable Name
' attribute. -
isSetLocalVariableName
boolean isSetLocalVariableName()Returns whether the value of the 'Local Variable Name
' attribute is set.- Returns:
- whether the value of the 'Local Variable Name' attribute is set.
- See Also:
-