ujf.verimag.bip.cmodel
Interface CClass

All Superinterfaces:
CItem, CTypedElement
All Known Implementing Classes:
CClassImpl

public interface CClass
extends CTypedElement, CItem

A representation of the model object 'CClass'.

The following features are supported:

See Also:
CmodelPackage.getCClass()

Method Summary
 EList getContent()
          Returns the value of the 'Content' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 EList getSuperClasses()
          Returns the value of the 'Super Classes' attribute list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 

Method Detail

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.getCClass_Content()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CmodelPackage.getCClass_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getSuperClasses

EList getSuperClasses()
Returns the value of the 'Super Classes' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Super Classes' attribute list.
See Also:
CmodelPackage.getCClass_SuperClasses()