ujf.verimag.bip.cmodel
Interface CItem

All Known Subinterfaces:
CCallable, CClass, CConstructor, CData, CEnumType, CFunction, CHeaderText, CText
All Known Implementing Classes:
CCallableImpl, CClassImpl, CConstructorImpl, CDataImpl, CEnumTypeImpl, CFunctionImpl, CHeaderTextImpl, CItemImpl, CTextImpl

public interface CItem

A representation of the model object 'CItem'.

The following features are supported:

See Also:
CmodelPackage.getCItem()

Method Summary
 java.lang.String getVisibility()
          Returns the value of the 'Visibility' attribute.
 void setVisibility(java.lang.String value)
          Sets the value of the 'Visibility' attribute.
 

Method Detail

getVisibility

java.lang.String getVisibility()
Returns the value of the 'Visibility' attribute.

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

Returns:
the value of the 'Visibility' attribute.
See Also:
setVisibility(String), CmodelPackage.getCItem_Visibility()

setVisibility

void setVisibility(java.lang.String value)
Sets the value of the 'Visibility' attribute.

Parameters:
value - the new value of the 'Visibility' attribute.
See Also:
getVisibility()