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

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

public interface MetaTypeName
extends ElementCS, Nameable, DomainNamedElement

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

See Also:
OCLstdlibCSPackage.getMetaTypeName()
Generated
Model
superTypes="org.eclipse.ocl.examples.xtext.base.basecs.ElementCS 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.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
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.basecs.util.VisitableCS
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), OCLstdlibCSPackage.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