ujf.verimag.bip.cmodel
Interface CEnumType

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

public interface CEnumType
extends CTypedElement, CItem

A representation of the model object 'CEnum Type'.

The following features are supported:

See Also:
CmodelPackage.getCEnumType()

Method Summary
 EList getEnumeration()
          Returns the value of the 'Enumeration' containment reference list.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 

Method Detail

getEnumeration

EList getEnumeration()
Returns the value of the 'Enumeration' containment reference list. The list contents are of type CLiteral.

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

Returns:
the value of the 'Enumeration' containment reference list.
See Also:
CmodelPackage.getCEnumType_Enumeration()