org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
Interface MetaTypeName

All Superinterfaces:
DomainElement, DomainNamedElement, org.eclipse.emf.ecore.EObject, Nameable, org.eclipse.emf.common.notify.Notifier, VisitableCS
All Known Implementing Classes:
MetaTypeNameImpl

public interface MetaTypeName
extends org.eclipse.emf.ecore.EObject, VisitableCS, Nameable, DomainNamedElement

A representation of the model object 'Meta Type Name'.

See Also:
OCLstdlibCSTPackage.getMetaTypeName()
Generated
Model
superTypes="org.eclipse.ocl.examples.xtext.base.baseCST.VisitableCS org.eclipse.ocl.examples.pivot.Nameable"

Method Summary
 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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 

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...

Specified by:
getName in interface Nameable
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), OCLstdlibCSTPackage.getMetaTypeName_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