org.eclipse.gmt.umlx.mm
Interface GEnum

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, GNamedElement, GNodeElement, GPersistentCoModel, GPersistentNamedSheetNode, GPersistentSheetNode, GSheetNode, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GEnumImpl

public interface GEnum
extends GPersistentNamedSheetNode

A representation of the model object 'Enum View'.

The following features are supported:

See Also:
MmPackage.getGEnum()

Method Summary
 org.eclipse.emf.ecore.EEnum getDerivedCoModel()
           
 org.eclipse.emf.common.util.EList getGLiterals()
          Returns the value of the 'GLiterals' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GPersistentCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GSheetNode
getLocation, getSheet, getWidth, setLocation, setSheet, setWidth
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 

Method Detail

getGLiterals

org.eclipse.emf.common.util.EList getGLiterals()
Returns the value of the 'GLiterals' containment reference list. The list contents are of type GEnumLiteral. It is bidirectional and its opposite is 'GEnum'.

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

Returns:
the value of the 'GLiterals' containment reference list.
See Also:
MmPackage.getGEnum_GLiterals(), GEnumLiteral.getGEnum()

getDerivedCoModel

org.eclipse.emf.ecore.EEnum getDerivedCoModel()