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

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

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

Fields in org.eclipse.ocl.examples.xtext.base.basecs 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.basecs 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.basecs.impl
 

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

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

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