Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGTextParameter

Packages that use CGTextParameter
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.java   
 

Uses of CGTextParameter in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGTextParameter
 CGTextParameter CGModelFactory.createCGTextParameter()
          Returns a new object of class 'CG Text Parameter'.
 

Uses of CGTextParameter in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGTextParameter
 class CGTextParameterImpl
          An implementation of the model object 'CG Text Parameter'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGTextParameter
 CGTextParameter CGModelFactoryImpl.createCGTextParameter()
           
 

Uses of CGTextParameter in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGTextParameter
 T CGModelSwitch.caseCGTextParameter(CGTextParameter object)
          Returns the result of interpreting the object as an instance of 'CG Text Parameter'.
 R AbstractExtendingCGModelVisitor.visitCGTextParameter(CGTextParameter object)
           
 R AbstractNullCGModelVisitor.visitCGTextParameter(CGTextParameter object)
           
 R CGModelVisitor.visitCGTextParameter(CGTextParameter object)
           
 

Uses of CGTextParameter in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGTextParameter
 java.lang.Object CG2JavaVisitor.visitCGTextParameter(CGTextParameter cgTextParameter)