Uses of Class
org.eclipse.ocl.cst.CollectionTypeIdentifierEnum

Packages that use CollectionTypeIdentifierEnum
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.parser   
 

Uses of CollectionTypeIdentifierEnum in org.eclipse.ocl.cst
 

Fields in org.eclipse.ocl.cst with type parameters of type CollectionTypeIdentifierEnum
static java.util.List<CollectionTypeIdentifierEnum> CollectionTypeIdentifierEnum.VALUES
          A public read-only list of all the 'Collection Type Identifier Enum' enumerators.
 

Methods in org.eclipse.ocl.cst that return CollectionTypeIdentifierEnum
static CollectionTypeIdentifierEnum CollectionTypeIdentifierEnum.get(int value)
          Returns the 'Collection Type Identifier Enum' literal with the specified integer value.
static CollectionTypeIdentifierEnum CollectionTypeIdentifierEnum.get(java.lang.String literal)
          Returns the 'Collection Type Identifier Enum' literal with the specified literal value.
static CollectionTypeIdentifierEnum CollectionTypeIdentifierEnum.getByName(java.lang.String name)
          Returns the 'Collection Type Identifier Enum' literal with the specified name.
 CollectionTypeIdentifierEnum CollectionLiteralExpCS.getCollectionType()
          Returns the value of the 'Collection Type' attribute.
 CollectionTypeIdentifierEnum CollectionTypeCS.getCollectionTypeIdentifier()
          Returns the value of the 'Collection Type Identifier' attribute.
static CollectionTypeIdentifierEnum CollectionTypeIdentifierEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CollectionTypeIdentifierEnum[] CollectionTypeIdentifierEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ocl.cst with parameters of type CollectionTypeIdentifierEnum
 void CollectionLiteralExpCS.setCollectionType(CollectionTypeIdentifierEnum value)
          Sets the value of the 'Collection Type' attribute.
 void CollectionTypeCS.setCollectionTypeIdentifier(CollectionTypeIdentifierEnum value)
          Sets the value of the 'Collection Type Identifier' attribute.
 

Uses of CollectionTypeIdentifierEnum in org.eclipse.ocl.cst.impl
 

Fields in org.eclipse.ocl.cst.impl declared as CollectionTypeIdentifierEnum
protected static CollectionTypeIdentifierEnum CollectionLiteralExpCSImpl.COLLECTION_TYPE_EDEFAULT
          The default value of the 'Collection Type' attribute.
protected static CollectionTypeIdentifierEnum CollectionTypeCSImpl.COLLECTION_TYPE_IDENTIFIER_EDEFAULT
          The default value of the 'Collection Type Identifier' attribute.
protected  CollectionTypeIdentifierEnum CollectionLiteralExpCSImpl.collectionType
          The cached value of the 'Collection Type' attribute.
protected  CollectionTypeIdentifierEnum CollectionTypeCSImpl.collectionTypeIdentifier
          The cached value of the 'Collection Type Identifier' attribute.
 

Methods in org.eclipse.ocl.cst.impl that return CollectionTypeIdentifierEnum
 CollectionTypeIdentifierEnum CSTFactoryImpl.createCollectionTypeIdentifierEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 CollectionTypeIdentifierEnum CollectionLiteralExpCSImpl.getCollectionType()
           
 CollectionTypeIdentifierEnum CollectionTypeCSImpl.getCollectionTypeIdentifier()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type CollectionTypeIdentifierEnum
 void CollectionLiteralExpCSImpl.setCollectionType(CollectionTypeIdentifierEnum newCollectionType)
           
 void CollectionTypeCSImpl.setCollectionTypeIdentifier(CollectionTypeIdentifierEnum newCollectionTypeIdentifier)
           
 

Uses of CollectionTypeIdentifierEnum in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type CollectionTypeIdentifierEnum
protected  CollectionKind AbstractOCLAnalyzer.collectionTypeIdentifierCS(CollectionTypeIdentifierEnum collectionTypeIdentifier)
          CollectionTypeIdentifierCS
protected  CollectionTypeCS AbstractOCLParser.createCollectionTypeCS(CollectionTypeIdentifierEnum collectionType, java.lang.String value)