ujf.verimag.bip.cmodel
Interface CInitialization

All Known Implementing Classes:
CInitializationImpl

public interface CInitialization

A representation of the model object 'CInitialization'.

The following features are supported:

See Also:
CmodelPackage.getCInitialization()

Method Summary
 java.lang.String getField()
          Returns the value of the 'Field' attribute.
 EList getParameter()
          Returns the value of the 'Parameter' containment reference list.
 void setField(java.lang.String value)
          Sets the value of the 'Field' attribute.
 

Method Detail

getField

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

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

Returns:
the value of the 'Field' attribute.
See Also:
setField(String), CmodelPackage.getCInitialization_Field()

setField

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

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

getParameter

EList getParameter()
Returns the value of the 'Parameter' containment reference list. The list contents are of type CInitParameter.

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

Returns:
the value of the 'Parameter' containment reference list.
See Also:
CmodelPackage.getCInitialization_Parameter()