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

Packages that use EnumerationLiteral
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
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   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

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
 org.eclipse.emf.common.util.EList<EnumerationLiteral> Enumeration.getOwnedLiterals()
          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 that return EnumerationLiteral
 EnumerationLiteral Ecore2PivotDeclarationSwitch.caseEEnumLiteral(org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral)
           
 

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.ownedLiterals
          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 EnumLiteralExpImpl.getReferredEnumLiteral()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type EnumerationLiteral
 org.eclipse.emf.common.util.EList<EnumerationLiteral> EnumerationImpl.getOwnedLiterals()
           
 

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.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)
           
 

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

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