org.eclipse.gmt.umlx.gcore
Interface GPersistentCoModel

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GClass, GClassAttribute, GClassOperation, GDataType, GEnum, GEnumLiteral, GPackage, GPersistentNamedSheetNode, GPersistentSheetLink, GPersistentSheetNode, GSheetAttribute, TxAttributeVariable2TxExpressionVariable, TxBinding, TxClassAttributeVariable, TxClassVariable, TxClassVariable2TxAttributeVariable, TxClassVariable2TxClassVariable, TxDomain, TxEvolution, TxEvolutionInstance, TxHelper, TxMapping, TxMappingInstance, TxOCLConstraint, TxOCLConstraint2TxVariable, TxParameter, TxPreservation, TxPreservationInstance, TxRelation, TxRelationInstance, TxRelationship, TxSheetAttributeVariable, TxSheetExpressionVariable, TxSheetVariable, TxTransformation, TxTypedModel, TxUsedDomain, TxUsedPackage, TxVariable
All Known Implementing Classes:
GClassAttributeImpl, GClassImpl, GClassOperationImpl, GDataTypeImpl, GEnumImpl, GEnumLiteralImpl, GPackageImpl, GPersistentCoModelImpl, GPersistentNamedSheetNodeImpl, GPersistentSheetLinkImpl, GPersistentSheetNodeImpl, GSheetAttributeImpl, TxAttributeVariable2TxExpressionVariableImpl, TxBindingImpl, TxClassAttributeVariableImpl, TxClassVariable2TxAttributeVariableImpl, TxClassVariable2TxClassVariableImpl, TxClassVariableImpl, TxDomainImpl, TxEvolutionImpl, TxEvolutionInstanceImpl, TxHelperImpl, TxMappingImpl, TxMappingInstanceImpl, TxOCLConstraint2TxVariableImpl, TxOCLConstraintImpl, TxParameterImpl, TxPreservationImpl, TxPreservationInstanceImpl, TxRelationImpl, TxRelationInstanceImpl, TxRelationshipImpl, TxSheetAttributeVariableImpl, TxSheetExpressionVariableImpl, TxSheetVariableImpl, TxTransformationImpl, TxTypedModelImpl, TxUsedDomainImpl, TxUsedPackageImpl, TxVariableImpl

public interface GPersistentCoModel
extends GModelElement

A representation of the model object 'GPersistent Co Model'.

The following features are supported:

See Also:
GcorePackage.getGPersistentCoModel()

Method Summary
 org.eclipse.emf.ecore.EModelElement getCoModel()
          Returns the value of the 'Co Model' reference.
 void setCoModel(org.eclipse.emf.ecore.EModelElement value)
          Sets the value of the 'Co Model' reference.
 
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

getCoModel

org.eclipse.emf.ecore.EModelElement getCoModel()
Returns the value of the 'Co Model' reference.

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

Specified by:
getCoModel in interface GModelElement
Returns:
the value of the 'Co Model' reference.
See Also:
setCoModel(EModelElement), GcorePackage.getGPersistentCoModel_CoModel()

setCoModel

void setCoModel(org.eclipse.emf.ecore.EModelElement value)
Sets the value of the 'Co Model' reference.

Specified by:
setCoModel in interface GModelElement
Parameters:
value - the new value of the 'Co Model' reference.
See Also:
getCoModel()