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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalculationResultObjData
getCalculationResult()
Returns the value of the 'Calculation Result' containment reference.Boolean
getErrorOccurred()
Returns the value of the 'Error Occurred' attribute.CalculationResultState
getEvalResultState()
Returns the value of the 'Eval Result State' attribute.byte[]
getExceptionStr()
Returns the value of the 'Exception Str' attribute.String
getExpressionResultID()
Returns the value of the 'Expression Result ID' attribute.String
getLocalVariableName()
Returns the value of the 'Local Variable Name' attribute.BaseValueInfoData
getResultValueInfo()
Returns the value of the 'Result Value Info' containment reference.org.eclipse.emf.common.util.EList<ViewInterface>
getTestedAndSupportedInterface()
Returns the value of the 'Tested And Supported Interface' attribute list.boolean
isSetErrorOccurred()
Returns whether the value of the 'Error Occurred
' attribute is set.boolean
isSetEvalResultState()
Returns whether the value of the 'Eval Result State
' attribute is set.boolean
isSetLocalVariableName()
Returns whether the value of the 'Local Variable Name
' attribute is set.void
setCalculationResult(CalculationResultObjData value)
Sets the value of the 'Calculation Result
' containment reference.void
setErrorOccurred(Boolean value)
Sets the value of the 'Error Occurred
' attribute.void
setEvalResultState(CalculationResultState value)
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
setResultValueInfo(BaseValueInfoData value)
Sets the value of the 'Result Value Info
' containment reference.void
unsetErrorOccurred()
Unsets the value of the 'Error Occurred
' attribute.void
unsetEvalResultState()
Unsets the value of the 'Eval Result State
' attribute.void
unsetLocalVariableName()
Unsets the value of the 'Local Variable Name
' attribute.
-
-
-
Method Detail
-
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:
CalculationResultState
,isSetEvalResultState()
,unsetEvalResultState()
,setEvalResultState(CalculationResultState)
,CalculationsPackage.getCalculationResultBaseData_EvalResultState()
-
setEvalResultState
void setEvalResultState(CalculationResultState value)
Sets the value of the 'Eval Result State
' attribute.- Parameters:
value
- the new value of the 'Eval Result State' attribute.- See Also:
CalculationResultState
,isSetEvalResultState()
,unsetEvalResultState()
,getEvalResultState()
-
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:
unsetEvalResultState()
,getEvalResultState()
,setEvalResultState(CalculationResultState)
-
getExpressionResultID
String getExpressionResultID()
Returns the value of the 'Expression Result ID' attribute.- Returns:
- the value of the 'Expression Result ID' attribute.
- See Also:
setExpressionResultID(String)
,CalculationsPackage.getCalculationResultBaseData_ExpressionResultID()
-
setExpressionResultID
void setExpressionResultID(String value)
Sets the value of the 'Expression Result ID
' attribute.- Parameters:
value
- the new value of the 'Expression Result ID' attribute.- See Also:
getExpressionResultID()
-
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(BaseValueInfoData)
,CalculationsPackage.getCalculationResultBaseData_ResultValueInfo()
-
setResultValueInfo
void setResultValueInfo(BaseValueInfoData value)
Sets the value of the 'Result Value Info
' containment reference.- Parameters:
value
- the new value of the 'Result Value Info' containment reference.- See Also:
getResultValueInfo()
-
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:
ViewInterface
,CalculationsPackage.getCalculationResultBaseData_TestedAndSupportedInterface()
-
getCalculationResult
CalculationResultObjData getCalculationResult()
Returns the value of the 'Calculation Result' containment reference.- Returns:
- the value of the 'Calculation Result' containment reference.
- See Also:
setCalculationResult(CalculationResultObjData)
,CalculationsPackage.getCalculationResultBaseData_CalculationResult()
-
setCalculationResult
void setCalculationResult(CalculationResultObjData value)
Sets the value of the 'Calculation Result
' containment reference.- Parameters:
value
- the new value of the 'Calculation Result' containment reference.- See Also:
getCalculationResult()
-
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:
isSetErrorOccurred()
,unsetErrorOccurred()
,setErrorOccurred(Boolean)
,CalculationsPackage.getCalculationResultBaseData_ErrorOccurred()
-
setErrorOccurred
void setErrorOccurred(Boolean value)
Sets the value of the 'Error Occurred
' attribute.- Parameters:
value
- the new value of the 'Error Occurred' attribute.- See Also:
isSetErrorOccurred()
,unsetErrorOccurred()
,getErrorOccurred()
-
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:
unsetErrorOccurred()
,getErrorOccurred()
,setErrorOccurred(Boolean)
-
getExceptionStr
byte[] getExceptionStr()
Returns the value of the 'Exception Str' attribute.- Returns:
- the value of the 'Exception Str' attribute.
- See Also:
setExceptionStr(byte[])
,CalculationsPackage.getCalculationResultBaseData_ExceptionStr()
-
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:
getExceptionStr()
-
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:
isSetLocalVariableName()
,unsetLocalVariableName()
,setLocalVariableName(String)
,CalculationsPackage.getCalculationResultBaseData_LocalVariableName()
-
setLocalVariableName
void setLocalVariableName(String value)
Sets the value of the 'Local Variable Name
' attribute.- Parameters:
value
- the new value of the 'Local Variable Name' attribute.- See Also:
isSetLocalVariableName()
,unsetLocalVariableName()
,getLocalVariableName()
-
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:
unsetLocalVariableName()
,getLocalVariableName()
,setLocalVariableName(String)
-
-