Uses of Class
org.eclipse.ocl.examples.pivot.AssociativityKind

Packages that use AssociativityKind
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.util   
 

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

Fields in org.eclipse.ocl.examples.pivot with type parameters of type AssociativityKind
static java.util.List<AssociativityKind> AssociativityKind.VALUES
          A public read-only list of all the 'Associativity Kind' enumerators.
 

Methods in org.eclipse.ocl.examples.pivot that return AssociativityKind
static AssociativityKind AssociativityKind.get(int value)
          Returns the 'Associativity Kind' literal with the specified integer value.
static AssociativityKind AssociativityKind.get(java.lang.String literal)
          Returns the 'Associativity Kind' literal with the specified literal value.
 AssociativityKind Precedence.getAssociativity()
          Returns the value of the 'Associativity' attribute.
static AssociativityKind AssociativityKind.getByName(java.lang.String name)
          Returns the 'Associativity Kind' literal with the specified name.
static AssociativityKind AssociativityKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssociativityKind[] AssociativityKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type AssociativityKind
 void Precedence.setAssociativity(AssociativityKind value)
          Sets the value of the 'Associativity' attribute.
 

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as AssociativityKind
protected static AssociativityKind PrecedenceImpl.ASSOCIATIVITY_EDEFAULT
          The default value of the 'Associativity' attribute.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return AssociativityKind
 AssociativityKind PivotFactoryImpl.createAssociativityKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AssociativityKind PrecedenceImpl.getAssociativity()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type AssociativityKind
 void PrecedenceImpl.setAssociativity(AssociativityKind newAssociativity)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.model with parameters of type AssociativityKind
protected  Precedence AbstractContents.createPrecedence(java.lang.String name, AssociativityKind kind)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type AssociativityKind
 boolean PivotValidator.validateAssociativityKind(AssociativityKind associativityKind, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)