Uses of Class
org.eclipse.emf.ocl.expressions.CollectionKind

Packages that use CollectionKind
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
 

Uses of CollectionKind in org.eclipse.emf.ocl.expressions
 

Fields in org.eclipse.emf.ocl.expressions declared as CollectionKind
static CollectionKind CollectionKind.COLLECTION_LITERAL
          The 'Collection' literal object
static CollectionKind CollectionKind.SET_LITERAL
          The 'Set' literal object
static CollectionKind CollectionKind.ORDERED_SET_LITERAL
          The 'Ordered Set' literal object.
static CollectionKind CollectionKind.BAG_LITERAL
          The 'Bag' literal object
static CollectionKind CollectionKind.SEQUENCE_LITERAL
          The 'Sequence' literal object
 

Methods in org.eclipse.emf.ocl.expressions that return CollectionKind
 CollectionKind CollectionLiteralExp.getKind()
           
static CollectionKind CollectionKind.get(java.lang.String literal)
          Returns the 'Collection Kind' literal with the specified literal value
static CollectionKind CollectionKind.getByName(java.lang.String name)
          Returns the 'Collection Kind' literal with the specified name
static CollectionKind CollectionKind.get(int value)
          Returns the 'Collection Kind' literal with the specified integer value
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type CollectionKind
 void CollectionLiteralExp.setKind(CollectionKind value)
          Sets the value of the 'Kind' attribute
 

Uses of CollectionKind in org.eclipse.emf.ocl.expressions.impl
 

Fields in org.eclipse.emf.ocl.expressions.impl declared as CollectionKind
protected static CollectionKind CollectionLiteralExpImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
protected  CollectionKind CollectionLiteralExpImpl.kind
          The cached value of the 'Kind' attribute
 

Methods in org.eclipse.emf.ocl.expressions.impl that return CollectionKind
 CollectionKind ExpressionsFactoryImpl.createCollectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 CollectionKind CollectionLiteralExpImpl.getKind()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type CollectionKind
 void CollectionLiteralExpImpl.setKind(CollectionKind newKind)
           
 

Uses of CollectionKind in org.eclipse.emf.ocl.parser
 

Methods in org.eclipse.emf.ocl.parser with parameters of type CollectionKind
 CollectionType TypeResolverImpl.resolveCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
           
protected  CollectionType TypeResolverImpl.createCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
          Creates a new collection type of the specified kind and element type, assuming that it does not already exist.
protected  CollectionType TypeResolverImpl.findCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
          Finds an existing collection type matching the specified kind and element type, if any has already been created.
 CollectionType TypeResolver.resolveCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
          Resolves the collection type of the specified kind and element type, either created anew or previously created.
 

Uses of CollectionKind in org.eclipse.emf.ocl.types
 

Methods in org.eclipse.emf.ocl.types that return CollectionKind
 CollectionKind CollectionType.getKind()
          Returns the value of the 'Kind' attribute.
 

Methods in org.eclipse.emf.ocl.types with parameters of type CollectionKind
 CollectionType TypesFactory.createCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
           
 

Uses of CollectionKind in org.eclipse.emf.ocl.types.impl
 

Fields in org.eclipse.emf.ocl.types.impl declared as CollectionKind
protected static CollectionKind CollectionTypeImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
 

Methods in org.eclipse.emf.ocl.types.impl that return CollectionKind
 CollectionKind SetTypeImpl.getKind()
           
 CollectionKind SequenceTypeImpl.getKind()
           
 CollectionKind OrderedSetTypeImpl.getKind()
           
static CollectionKind CollectionTypeImpl.commonSuperType(CollectionKind kind1, CollectionKind kind2)
           
 CollectionKind CollectionTypeImpl.getKind()
           
 CollectionKind BagTypeImpl.getKind()
           
 

Methods in org.eclipse.emf.ocl.types.impl with parameters of type CollectionKind
 CollectionType TypesFactoryImpl.createCollectionType(CollectionKind kind, org.eclipse.emf.ecore.EClassifier elementType)
           
static CollectionKind CollectionTypeImpl.commonSuperType(CollectionKind kind1, CollectionKind kind2)
           
static int CollectionTypeImpl.getRelationship(CollectionKind kind1, CollectionKind kind2)
           
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.