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

Packages that use EnumerationLiteralCS
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.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return EnumerationLiteralCS
 EnumerationLiteralCS BaseCSFactory.createEnumerationLiteralCS()
          Returns a new object of class 'Enumeration Literal CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return types with arguments of type EnumerationLiteralCS
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> DataTypeCS.getLiterals()
          Returns the value of the 'Literals' containment reference list.
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> EnumerationCS.getOwnedLiterals()
          Returns the value of the 'Owned Literals' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement EnumerationLiteralCS
 class EnumerationLiteralCSImpl
          An implementation of the model object 'Enum Literal CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl with type parameters of type EnumerationLiteralCS
protected  org.eclipse.emf.common.util.EList<EnumerationLiteralCS> DataTypeCSImpl.literals
          The cached value of the 'Literals' containment reference list.
protected  org.eclipse.emf.common.util.EList<EnumerationLiteralCS> EnumerationCSImpl.ownedLiterals
          The cached value of the 'Owned Literals' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return EnumerationLiteralCS
 EnumerationLiteralCS BaseCSFactoryImpl.createEnumerationLiteralCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return types with arguments of type EnumerationLiteralCS
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> DataTypeCSImpl.getLiterals()
           
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> EnumerationCSImpl.getOwnedLiterals()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type EnumerationLiteralCS
 T BaseCSSwitch.caseEnumerationLiteralCS(EnumerationLiteralCS object)
          Returns the result of interpreting the object as an instance of 'Enumeration Literal CS'.
 boolean BaseCSValidator.validateEnumerationLiteralCS(EnumerationLiteralCS enumerationLiteralCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 R AbstractExtendingBaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 R AbstractNullBaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 R BaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type EnumerationLiteralCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS csElement)
           
 Continuation<?> BaseCSPreOrderVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS csEnumerationLiteral)
           
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type EnumerationLiteralCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_EnumerationLiteralCS(org.eclipse.emf.ecore.EObject context, EnumerationLiteralCS semanticObject)
          Constraint: ((name=UnrestrictedName | name=EnumerationLiteralName) value=SIGNED? ownedAnnotation+=AnnotationElementCS*)
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type EnumerationLiteralCS
protected  java.lang.String OCLinEcoreLabelProvider.image(EnumerationLiteralCS ele)