ujf.verimag.bip.cmodel
Interface CModule

All Known Implementing Classes:
CModuleImpl

public interface CModule

A representation of the model object 'CModule'.

The following features are supported:

See Also:
CmodelPackage.getCModule()

Method Summary
 EList getCImport()
          Returns the value of the 'CImport' containment reference list.
 EList getContent()
          Returns the value of the 'Content' containment reference list.
 java.lang.String getNamespace()
          Returns the value of the 'Namespace' attribute.
 void setNamespace(java.lang.String value)
          Sets the value of the 'Namespace' attribute.
 

Method Detail

getCImport

EList getCImport()
Returns the value of the 'CImport' containment reference list. The list contents are of type CInclude.

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

Returns:
the value of the 'CImport' containment reference list.
See Also:
CmodelPackage.getCModule_CImport()

getContent

EList getContent()
Returns the value of the 'Content' containment reference list. The list contents are of type CItem.

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

Returns:
the value of the 'Content' containment reference list.
See Also:
CmodelPackage.getCModule_Content()

getNamespace

java.lang.String getNamespace()
Returns the value of the 'Namespace' attribute. The default value is "".

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

Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace(String), CmodelPackage.getCModule_Namespace()

setNamespace

void setNamespace(java.lang.String value)
Sets the value of the 'Namespace' attribute.

Parameters:
value - the new value of the 'Namespace' attribute.
See Also:
getNamespace()