Uses of Interface
org.eclipse.ocl.examples.pivot.EnumerationLiteral

Packages that use EnumerationLiteral
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type EnumerationLiteral
 java.lang.Object OCLinEcoreTablesUtils.EmitLiteralVisitor.visitEnumerationLiteral(EnumerationLiteral enumerationLiteral)
           
 java.lang.Object OCLinEcoreTablesUtils.EmitQualifiedLiteralVisitor.visitEnumerationLiteral(EnumerationLiteral enumerationLiteral)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return EnumerationLiteral
 EnumerationLiteral PivotFactory.createEnumerationLiteral()
          Returns a new object of class 'Enumeration Literal'.
 EnumerationLiteral Enumeration.createOwnedLiteral()
          Creates a new EnumerationLiteral and appends it to the 'Owned Literal' containment reference list.
 EnumerationLiteral EnumLiteralExp.getReferredEnumLiteral()
          Returns the value of the 'Referred Enum Literal' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type EnumerationLiteral
 java.util.List<EnumerationLiteral> Enumeration.getOwnedLiteral()
          Returns the value of the 'Owned Literal' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type EnumerationLiteral
 void EnumLiteralExp.setReferredEnumLiteral(EnumerationLiteral value)
          Sets the value of the 'Referred Enum Literal' reference.
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type EnumerationLiteral
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visitEnumerationLiteral(EnumerationLiteral pivotEnumLiteral)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement EnumerationLiteral
 class EnumerationLiteralImpl
          An implementation of the model object 'Enumeration Literal'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as EnumerationLiteral
protected  EnumerationLiteral EnumLiteralExpImpl.referredEnumLiteral
          The cached value of the 'Referred Enum Literal' reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type EnumerationLiteral
protected  org.eclipse.emf.common.util.EList<EnumerationLiteral> EnumerationImpl.ownedLiteral
          The cached value of the 'Owned Literal' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return EnumerationLiteral
 EnumerationLiteral EnumLiteralExpImpl.basicGetReferredEnumLiteral()
           
 EnumerationLiteral PivotFactoryImpl.createEnumerationLiteral()
           
 EnumerationLiteral EnumerationImpl.createOwnedLiteral()
           
 EnumerationLiteral EnumerationImpl.getEnumerationLiteral(java.lang.String name)
           
 EnumerationLiteral EnumLiteralExpImpl.getReferredEnumLiteral()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type EnumerationLiteral
 java.util.List<EnumerationLiteral> EnumerationImpl.getEnumerationLiterals()
           
 java.util.List<EnumerationLiteral> EnumerationImpl.getOwnedLiteral()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type EnumerationLiteral
 void EnumLiteralExpImpl.setReferredEnumLiteral(EnumerationLiteral newReferredEnumLiteral)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot.model
 

Fields in org.eclipse.ocl.examples.pivot.model declared as EnumerationLiteral
protected  EnumerationLiteral OCLMetaModel.Contents.el__AssociativityKind_Left
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__AssociativityKind_Right
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__CollectionKind_Bag
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__CollectionKind_Collection
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__CollectionKind_OrderedSet
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__CollectionKind_Sequence
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__CollectionKind_Set
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_choice
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_deepHistory
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_entryPoint
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_exitPoint
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_fork
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_initial
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_join
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_junction
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_shallowHistory
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__PseudostateKind_terminate
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__TransitionKind_external
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__TransitionKind_internal
           
protected  EnumerationLiteral OCLMetaModel.Contents.el__TransitionKind_local
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return EnumerationLiteral
protected  EnumerationLiteral AbstractContents.createEnumerationLiteral(org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral)
           
protected  EnumerationLiteral AbstractContents.createEnumerationLiteral(java.lang.String name)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml that return EnumerationLiteral
 EnumerationLiteral UML2PivotDeclarationSwitch.caseEnumerationLiteral(org.eclipse.uml2.uml.EnumerationLiteral umlEnumLiteral)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type EnumerationLiteral
 org.eclipse.uml2.uml.EnumerationLiteral Pivot2UMLDeclarationVisitor.visitEnumerationLiteral(EnumerationLiteral pivotEnumLiteral)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type EnumerationLiteral
 T PivotSwitch.caseEnumerationLiteral(EnumerationLiteral object)
          Returns the result of interpreting the object as an instance of 'Enumeration Literal'.
 boolean PivotValidator.validateEnumerationLiteral(EnumerationLiteral enumerationLiteral, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitEnumerationLiteral(EnumerationLiteral object)
           
 R AbstractExtendingVisitor.visitEnumerationLiteral(EnumerationLiteral object)
           
 R AbstractNullVisitor.visitEnumerationLiteral(EnumerationLiteral object)
           
 R Visitor.visitEnumerationLiteral(EnumerationLiteral object)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type EnumerationLiteral
 java.lang.String ToStringVisitor.visitEnumerationLiteral(EnumerationLiteral el)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type EnumerationLiteral
 ElementCS BaseDeclarationVisitor.visitEnumerationLiteral(EnumerationLiteral object)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type EnumerationLiteral
protected  EnumLiteralExp EssentialOCLLeft2RightVisitor.resolveEnumLiteral(ExpCS csExp, EnumerationLiteral enumerationLiteral)
           
 

Uses of EnumerationLiteral in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type EnumerationLiteral
protected  java.lang.String BaseLabelProvider.image(EnumerationLiteral ele)
           
protected  java.lang.String BaseLabelProvider.text(EnumerationLiteral ele)