| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.BAG_LITERALThe 'Bag' literal object | 
| static CollectionKind | CollectionKind.COLLECTION_LITERALThe 'Collection' literal object | 
| static CollectionKind | CollectionKind.ORDERED_SET_LITERALThe 'Ordered Set' literal object. | 
| static CollectionKind | CollectionKind.SEQUENCE_LITERALThe 'Sequence' literal object | 
| static CollectionKind | CollectionKind.SET_LITERALThe 'Set' literal object | 
| Methods in org.eclipse.emf.ocl.expressions that return CollectionKind | |
|---|---|
| static CollectionKind | CollectionKind.get(int value)Returns the 'Collection Kind' literal with the specified integer value | 
| 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 | 
|  CollectionKind | CollectionLiteralExp.getKind() | 
| 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  CollectionKind | CollectionLiteralExpImpl.kindThe cached value of the ' Kind' attribute | 
| protected static CollectionKind | CollectionLiteralExpImpl.KIND_EDEFAULTThe default 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 | |
|---|---|
| protected  CollectionType | TypeResolverImpl.createCollectionType(CollectionKind kind,
                     org.eclipse.emf.ecore.EClassifier elementType)Creates a new collection type of the specified kindand 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 kindand
 element type, if any has already been created. | 
|  CollectionType | TypeResolverImpl.resolveCollectionType(CollectionKind kind,
                      org.eclipse.emf.ecore.EClassifier elementType) | 
|  CollectionType | TypeResolver.resolveCollectionType(CollectionKind kind,
                      org.eclipse.emf.ecore.EClassifier elementType)Resolves the collection type of the specified kindand
 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_EDEFAULTThe default value of the ' Kind' attribute | 
| Methods in org.eclipse.emf.ocl.types.impl that return CollectionKind | |
|---|---|
| static CollectionKind | CollectionTypeImpl.commonSuperType(CollectionKind kind1,
                CollectionKind kind2) | 
|  CollectionKind | SetTypeImpl.getKind() | 
|  CollectionKind | SequenceTypeImpl.getKind() | 
|  CollectionKind | OrderedSetTypeImpl.getKind() | 
|  CollectionKind | CollectionTypeImpl.getKind() | 
|  CollectionKind | BagTypeImpl.getKind() | 
| Methods in org.eclipse.emf.ocl.types.impl with parameters of type CollectionKind | |
|---|---|
| static CollectionKind | CollectionTypeImpl.commonSuperType(CollectionKind kind1,
                CollectionKind kind2) | 
|  CollectionType | TypesFactoryImpl.createCollectionType(CollectionKind kind,
                     org.eclipse.emf.ecore.EClassifier elementType) | 
| static int | CollectionTypeImpl.getRelationship(CollectionKind kind1,
                CollectionKind kind2) | 
| 
 | Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||