ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface DataParameterSpecification

All Superinterfaces:
Action, DataReference, Expression
All Known Subinterfaces:
DataParameterReference, InnerDataParameterReference, RequiredDataParameterReference
All Known Implementing Classes:
DataParameterReferenceImpl, DataParameterSpecificationImpl, InnerDataParameterReferenceImpl, RequiredDataParameterReferenceImpl

public interface DataParameterSpecification
extends DataReference

A representation of the model object 'Data Parameter Specification'.

The following features are supported:

See Also:
ExpressionsPackage.getDataParameterSpecification()

Method Summary
 DataParameter getTargetParameter()
          Returns the value of the 'Target Parameter' reference.
 void setTargetParameter(DataParameter value)
          Sets the value of the 'Target Parameter' reference.
 

Method Detail

getTargetParameter

DataParameter getTargetParameter()
Returns the value of the 'Target Parameter' reference.

If the meaning of the 'Target Parameter' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Parameter' reference.
See Also:
setTargetParameter(DataParameter), ExpressionsPackage.getDataParameterSpecification_TargetParameter()

setTargetParameter

void setTargetParameter(DataParameter value)
Sets the value of the 'Target Parameter' reference.

Parameters:
value - the new value of the 'Target Parameter' reference.
See Also:
getTargetParameter()