ujf.verimag.bip.cmodel
Interface CHierarchy

All Superinterfaces:
CBodyItem, CExpression, CNavigation, CStm
All Known Subinterfaces:
CPointed, CStructured
All Known Implementing Classes:
CHierarchyImpl, CPointedImpl, CStructuredImpl

public interface CHierarchy
extends CNavigation

A representation of the model object 'CHierarchy'.

The following features are supported:

See Also:
CmodelPackage.getCHierarchy()

Method Summary
 CExpression getField()
          Returns the value of the 'Field' containment reference.
 void setField(CExpression value)
          Sets the value of the 'Field' containment reference.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CNavigation
getPrefix, setPrefix
 

Method Detail

getField

CExpression getField()
Returns the value of the 'Field' containment reference.

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

Returns:
the value of the 'Field' containment reference.
See Also:
setField(CExpression), CmodelPackage.getCHierarchy_Field()

setField

void setField(CExpression value)
Sets the value of the 'Field' containment reference.

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