org.eclipse.gmt.umlx.mm
Interface GEnumLiteral

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, GNodeElement, GPersistentCoModel, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GEnumLiteralImpl

public interface GEnumLiteral
extends GPersistentCoModel, GNodeElement

A representation of the model object 'Enum Literal View'.

The following features are supported:

See Also:
MmPackage.getGEnumLiteral()

Method Summary
 GEnum getGEnum()
          Returns the value of the 'GEnum' container reference.
 void setGEnum(GEnum value)
          Sets the value of the 'GEnum' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GPersistentCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement
getDiagram, getSheet, simpleGetCoModel
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement
getDiagram, getSheet, simpleGetCoModel
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getGEnum

GEnum getGEnum()
Returns the value of the 'GEnum' container reference. It is bidirectional and its opposite is 'GLiterals'.

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

Returns:
the value of the 'GEnum' container reference.
See Also:
setGEnum(GEnum), MmPackage.getGEnumLiteral_GEnum(), GEnum.getGLiterals()

setGEnum

void setGEnum(GEnum value)
Sets the value of the 'GEnum' container reference.

Parameters:
value - the new value of the 'GEnum' container reference.
See Also:
getGEnum()