com.ibm.carma.model
Interface CARMAReturn

All Known Implementing Classes:
FileReturn

public interface CARMAReturn

A representation of the model object 'CARMA Return'. Custom return value(s) from executing customized CARMA methods.

The following features are supported:

See Also:
ModelPackage.getCARMAReturn()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EMap getReturnValues()
          Returns the value of the 'Return Values' map.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getReturnValues

org.eclipse.emf.common.util.EMap getReturnValues()
Returns the value of the 'Return Values' map. The key is of type ReturnValue, and the value is of type Object, Key-value pairs returned from an executed customized CARMA method

Returns:
the value of the 'Return Values' map.
See Also:
ModelPackage.getCARMAReturn_ReturnValues()