org.eclipse.gmt.umlx.mm
Interface GClassOperation

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

public interface GClassOperation
extends GPersistentCoModel, GNamedElement

A representation of the model object 'GClass Operation'.

The following features are supported:

See Also:
MmPackage.getGClassOperation()

Method Summary
 GClass getGClass()
          Returns the value of the 'GClass' container reference.
 void setGClass(GClass value)
          Sets the value of the 'GClass' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GPersistentCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 

Method Detail

getGClass

GClass getGClass()
Returns the value of the 'GClass' container reference. It is bidirectional and its opposite is 'GOperations'.

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

Returns:
the value of the 'GClass' container reference.
See Also:
setGClass(GClass), MmPackage.getGClassOperation_GClass(), GClass.getGOperations()

setGClass

void setGClass(GClass value)
Sets the value of the 'GClass' container reference.

Parameters:
value - the new value of the 'GClass' container reference.
See Also:
getGClass()