ujf.verimag.bip.cmodel
Interface CInitParameter

All Known Implementing Classes:
CInitParameterImpl

public interface CInitParameter

A representation of the model object 'CInit Parameter'.

The following features are supported:

See Also:
CmodelPackage.getCInitParameter()

Method Summary
 java.lang.String getFieldName()
          Returns the value of the 'Field Name' attribute.
 CExpression getValue()
          Returns the value of the 'Value' containment reference.
 void setFieldName(java.lang.String value)
          Sets the value of the 'Field Name' attribute.
 void setValue(CExpression value)
          Sets the value of the 'Value' containment reference.
 

Method Detail

getFieldName

java.lang.String getFieldName()
Returns the value of the 'Field Name' attribute.

If the meaning of the 'Field Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Field Name' attribute.
See Also:
setFieldName(String), CmodelPackage.getCInitParameter_FieldName()

setFieldName

void setFieldName(java.lang.String value)
Sets the value of the 'Field Name' attribute.

Parameters:
value - the new value of the 'Field Name' attribute.
See Also:
getFieldName()

getValue

CExpression getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(CExpression), CmodelPackage.getCInitParameter_Value()

setValue

void setValue(CExpression value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()