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

Packages that use MetaTypeName
org.eclipse.ocl.examples.xtext.oclstdlib.cs2as   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

Uses of MetaTypeName in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as with parameters of type MetaTypeName
 Continuation<?> AutoOCLstdlibCSContainmentVisitor.visitMetaTypeName(MetaTypeName self)
           
 

Uses of MetaTypeName in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs that return MetaTypeName
 MetaTypeName OCLstdlibCSFactory.createMetaTypeName()
          Returns a new object of class 'Meta Type Name'.
 MetaTypeName LibClassCS.getMetaTypeName()
          Returns the value of the 'Meta Type Name' reference.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs with parameters of type MetaTypeName
 void LibClassCS.setMetaTypeName(MetaTypeName value)
          Sets the value of the 'Meta Type Name' reference.
 

Uses of MetaTypeName in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement MetaTypeName
 class MetaTypeNameImpl
          An implementation of the model object 'Meta Type Name'.
 

Fields in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl declared as MetaTypeName
protected  MetaTypeName LibClassCSImpl.metaTypeName
          The cached value of the 'Meta Type Name' reference.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that return MetaTypeName
 MetaTypeName LibClassCSImpl.basicGetMetaTypeName()
           
 MetaTypeName OCLstdlibCSFactoryImpl.createMetaTypeName()
           
 MetaTypeName LibClassCSImpl.getMetaTypeName()
           
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl with parameters of type MetaTypeName
 void LibClassCSImpl.setMetaTypeName(MetaTypeName newMetaTypeName)
           
 

Uses of MetaTypeName in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type MetaTypeName
 T OCLstdlibCSSwitch.caseMetaTypeName(MetaTypeName object)
          Returns the result of interpreting the object as an instance of 'Meta Type Name'.
 R AbstractDelegatingOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 R AbstractExtendingOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 R AbstractNullOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 Continuation<?> AbstractOCLstdlibCSContainmentVisitor.visitMetaTypeName(MetaTypeName csElement)
           
 Element AbstractOCLstdlibCSLeft2RightVisitor.visitMetaTypeName(MetaTypeName csElement)
           
 Continuation<?> AbstractOCLstdlibCSPostOrderVisitor.visitMetaTypeName(MetaTypeName csElement)
           
 Continuation<?> AbstractOCLstdlibCSPreOrderVisitor.visitMetaTypeName(MetaTypeName csElement)
           
 Continuation<?> AutoOCLstdlibContainmentVisitor.visitMetaTypeName(MetaTypeName self)
           
 R OCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)