|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OgmlType
A representation of the model object 'Type'.
The following features are supported:
OgmlPackage.getOgmlType()
extendedMetaData | = | "name='ogml.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
GraphType |
getGraph()
Returns the value of the 'Graph' containment reference. |
KeysType |
getKeys()
Returns the value of the 'Keys' containment reference. |
void |
setGraph(GraphType value)
Sets the value of the ' Graph ' containment reference. |
void |
setKeys(KeysType value)
Sets the value of the ' Keys ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
KeysType getKeys()
If the meaning of the 'Keys' containment reference isn't clear, there really should be more of a description here...
setKeys(KeysType)
,
OgmlPackage.getOgmlType_Keys()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'keys' |
namespace | = | '##targetNamespace'" |
void setKeys(KeysType value)
Keys
' containment reference.
value
- the new value of the 'Keys' containment reference.getKeys()
GraphType getGraph()
If the meaning of the 'Graph' containment reference isn't clear, there really should be more of a description here...
setGraph(GraphType)
,
OgmlPackage.getOgmlType_Graph()
containment | = | true |
required | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'graph' |
namespace | = | '##targetNamespace'" |
void setGraph(GraphType value)
Graph
' containment reference.
value
- the new value of the 'Graph' containment reference.getGraph()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |