ujf.verimag.bip.cmodel
Interface CData

All Superinterfaces:
CBodyItem, CItem, CTypedElement
All Known Implementing Classes:
CDataImpl

public interface CData
extends CTypedElement, CItem, CBodyItem

A representation of the model object 'CData'.

The following features are supported:

See Also:
CmodelPackage.getCData()

Method Summary
 CExpression getInitialValue()
          Returns the value of the 'Initial Value' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setInitialValue(CExpression value)
          Sets the value of the 'Initial Value' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 

Method Detail

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CmodelPackage.getCData_Name()

setName

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

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

getInitialValue

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

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

Returns:
the value of the 'Initial Value' containment reference.
See Also:
setInitialValue(CExpression), CmodelPackage.getCData_InitialValue()

setInitialValue

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

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