Uses of Interface
org.eclipse.ocl.examples.xtext.base.basecs.TypeCS

Packages that use TypeCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
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 TypeCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Subinterfaces of TypeCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface ClassifierCS
          A representation of the model object 'Classifier CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface TypeParameterCS
          A representation of the model object 'Type Parameter CS'.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement TypeCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class ClassifierCSImpl
          An implementation of the model object 'Classifier CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class TypeParameterCSImpl
          An implementation of the model object 'Type Parameter CS'.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type TypeCS
 T BaseCSSwitch.caseTypeCS(TypeCS object)
          Returns the result of interpreting the object as an instance of 'Type CS'.
 boolean BaseCSValidator.validateTypeCS(TypeCS typeCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypeCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitTypeCS(TypeCS self)
           
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return TypeCS
 TypeCS OCLMessageArgCS.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs with parameters of type TypeCS
 void OCLMessageArgCS.setType(TypeCS value)
          Sets the value of the 'Type' containment reference.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl declared as TypeCS
protected  TypeCS OCLMessageArgCSImpl.type
          The cached value of the 'Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return TypeCS
 TypeCS OCLMessageArgCSImpl.getType()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with parameters of type TypeCS
 org.eclipse.emf.common.notify.NotificationChain OCLMessageArgCSImpl.basicSetType(TypeCS newType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OCLMessageArgCSImpl.setType(TypeCS newType)
           
 

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

Subinterfaces of TypeCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement TypeCS
 class LibClassCSImpl
          An implementation of the model object 'Lib Class CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type TypeCS
 T OCLstdlibCSSwitch.caseTypeCS(TypeCS object)
          Returns the result of interpreting the object as an instance of 'Type CS'.