org.eclipse.mofscript.traceabilitymodel
Interface MetaModel

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

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

A representation of the model object 'Meta Model'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getMetaModel()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getNsUri()
          Returns the value of the 'Ns Uri' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setNsUri(java.lang.String value)
          Sets the value of the 'Ns 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
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), TraceabilitymodelPackage.getMetaModel_Name()

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()

getNsUri

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

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

Returns:
the value of the 'Ns Uri' attribute.
See Also:
setNsUri(String), TraceabilitymodelPackage.getMetaModel_NsUri()

setNsUri

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

Parameters:
value - the new value of the 'Ns Uri' attribute.
See Also:
getNsUri()