ujf.verimag.bip.cmodel
Interface CCaseItem

All Superinterfaces:
CBlock
All Known Implementing Classes:
CCaseItemImpl

public interface CCaseItem
extends CBlock

A representation of the model object 'CCase Item'.

The following features are supported:

See Also:
CmodelPackage.getCCaseItem()

Method Summary
 java.lang.String getCaseValue()
          Returns the value of the 'Case Value' attribute.
 void setCaseValue(java.lang.String value)
          Sets the value of the 'Case Value' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Method Detail

getCaseValue

java.lang.String getCaseValue()
Returns the value of the 'Case Value' attribute.

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

Returns:
the value of the 'Case Value' attribute.
See Also:
setCaseValue(String), CmodelPackage.getCCaseItem_CaseValue()

setCaseValue

void setCaseValue(java.lang.String value)
Sets the value of the 'Case Value' attribute.

Parameters:
value - the new value of the 'Case Value' attribute.
See Also:
getCaseValue()