|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GDiagram
A representation of the model object 'Diagram'.
The following features are supported:
GcorePackage.getGDiagram()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
GDiagramParent |
getParent()
Returns the value of the 'Parent' container reference. |
GRouter |
getRouter()
Returns the value of the 'Router' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setParent(GDiagramParent value)
Sets the value of the ' Parent ' container reference. |
void |
setRouter(GRouter value)
Sets the value of the ' Router ' attribute. |
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 |
---|
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
GcorePackage.getGDiagram_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
GDiagramParent getParent()
Diagrams
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(GDiagramParent)
,
GcorePackage.getGDiagram_Parent()
,
GDiagramParent.getDiagrams()
void setParent(GDiagramParent value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
GRouter getRouter()
"DEFAULT"
.
The literals are from the enumeration GRouter
.
If the meaning of the 'Router' attribute isn't clear, there really should be more of a description here...
GRouter
,
setRouter(GRouter)
,
GcorePackage.getGDiagram_Router()
void setRouter(GRouter value)
Router
' attribute.
value
- the new value of the 'Router' attribute.GRouter
,
getRouter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |