ujf.verimag.bip.Core.Modules
Interface Module

All Superinterfaces:
NamedElement
All Known Subinterfaces:
Package, System
All Known Implementing Classes:
ModuleImpl, PackageImpl, SystemImpl

public interface Module
extends NamedElement

A representation of the model object 'Module'.

The following features are supported:

See Also:
ModulesPackage.getModule()

Method Summary
  getBipType()
          Returns the value of the 'Bip Type' containment reference list.
  getDataType()
          Returns the value of the 'Data Type' containment reference list.
  getDeclaration()
          Returns the value of the 'Declaration' containment reference list.
 java.lang.String getSrcFileName()
          Returns the value of the 'Src File Name' attribute.
  getUsedPackage()
          Returns the value of the 'Used Package' reference list.
 void setSrcFileName(java.lang.String value)
          Sets the value of the 'Src File Name' attribute.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getBipType

 getBipType()
Returns the value of the 'Bip Type' containment reference list. The list contents are of type BipType. It is bidirectional and its opposite is 'Module'.

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

Returns:
the value of the 'Bip Type' containment reference list.
See Also:
ModulesPackage.getModule_BipType(), BipType.getModule()

getUsedPackage

 getUsedPackage()
Returns the value of the 'Used Package' reference list. The list contents are of type Package.

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

Returns:
the value of the 'Used Package' reference list.
See Also:
ModulesPackage.getModule_UsedPackage()

getDeclaration

 getDeclaration()
Returns the value of the 'Declaration' containment reference list. The list contents are of type Declaration.

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

Returns:
the value of the 'Declaration' containment reference list.
See Also:
ModulesPackage.getModule_Declaration()

getDataType

 getDataType()
Returns the value of the 'Data Type' containment reference list. The list contents are of type DataType.

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

Returns:
the value of the 'Data Type' containment reference list.
See Also:
ModulesPackage.getModule_DataType()

getSrcFileName

java.lang.String getSrcFileName()
Returns the value of the 'Src File Name' attribute.

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

Returns:
the value of the 'Src File Name' attribute.
See Also:
setSrcFileName(String), ModulesPackage.getModule_SrcFileName()

setSrcFileName

void setSrcFileName(java.lang.String value)
Sets the value of the 'Src File Name' attribute.

Parameters:
value - the new value of the 'Src File Name' attribute.
See Also:
getSrcFileName()