org.eclipse.ocl.examples.modelregistry
Interface ModelRegistry

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModelRegistryImpl

public interface ModelRegistry
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Model Registry'.

The following features are supported:

See Also:
ModelRegistryPackage.getModelRegistry()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ModelRegistration> getEntry()
          Returns the value of the 'Entry' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelRegistryPackage.getModelRegistry_Name()
Generated
Model

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getEntry

org.eclipse.emf.common.util.EList<ModelRegistration> getEntry()
Returns the value of the 'Entry' containment reference list. The list contents are of type ModelRegistration.

If the meaning of the 'Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entry' containment reference list.
See Also:
ModelRegistryPackage.getModelRegistry_Entry()
Generated
Model
containment="true"