org.eclipse.ocl.examples.modelregistry
Interface ModelRegistration

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

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

A representation of the model object 'Model Registration'.

The following features are supported:

See Also:
ModelRegistryPackage.getModelRegistration()
Generated
Model

Method Summary
 java.lang.String getAccessor()
          Returns the value of the 'Accessor' attribute.
 java.lang.String getKind()
          Returns the value of the 'Kind' attribute.
 java.lang.String getSerialization()
          Returns the value of the 'Serialization' attribute.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setAccessor(java.lang.String value)
          Sets the value of the 'Accessor' attribute.
 void setKind(java.lang.String value)
          Sets the value of the 'Kind' attribute.
 void setSerialization(java.lang.String value)
          Sets the value of the 'Serialization' attribute.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' 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

getAccessor

java.lang.String getAccessor()
Returns the value of the 'Accessor' attribute.

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

Returns:
the value of the 'Accessor' attribute.
See Also:
setAccessor(String), ModelRegistryPackage.getModelRegistration_Accessor()
Generated
Model

setAccessor

void setAccessor(java.lang.String value)
Sets the value of the 'Accessor' attribute.

Parameters:
value - the new value of the 'Accessor' attribute.
See Also:
getAccessor()
Generated

getKind

java.lang.String getKind()
Returns the value of the 'Kind' attribute.

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

Returns:
the value of the 'Kind' attribute.
See Also:
setKind(String), ModelRegistryPackage.getModelRegistration_Kind()
Generated
Model

setKind

void setKind(java.lang.String value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
getKind()
Generated

getSerialization

java.lang.String getSerialization()
Returns the value of the 'Serialization' attribute.

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

Returns:
the value of the 'Serialization' attribute.
See Also:
setSerialization(String), ModelRegistryPackage.getModelRegistration_Serialization()
Generated
Model

setSerialization

void setSerialization(java.lang.String value)
Sets the value of the 'Serialization' attribute.

Parameters:
value - the new value of the 'Serialization' attribute.
See Also:
getSerialization()
Generated

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), ModelRegistryPackage.getModelRegistration_Uri()
Generated
Model

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()
Generated