org.eclipse.gmt.umlx.mm
Interface GClassAttribute

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:
GClassAttributeImpl

public interface GClassAttribute
extends GPersistentCoModel, GNamedElement

A representation of the model object 'GClass Attribute'.

The following features are supported:

See Also:
MmPackage.getGClassAttribute()

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 'GAttributes'.

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.getGClassAttribute_GClass(), GClass.getGAttributes()

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