Uses of Class
org.eclipse.ocl.examples.xtext.base.baseCST.IteratorKind

Packages that use IteratorKind
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
 

Uses of IteratorKind in org.eclipse.ocl.examples.xtext.base.baseCST
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST with type parameters of type IteratorKind
static java.util.List<IteratorKind> IteratorKind.VALUES
          A public read-only list of all the 'Iterator Kind' enumerators.
 

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

Uses of IteratorKind in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return IteratorKind
 IteratorKind BaseCSTFactoryImpl.createIteratorKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of IteratorKind in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type IteratorKind
 boolean BaseCSTValidator.validateIteratorKind(IteratorKind iteratorKind, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)