Uses of Interface
org.eclipse.emf.ocl.types.SequenceType

Packages that use SequenceType
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API.  
 

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

Methods in org.eclipse.emf.ocl.types that return SequenceType
 SequenceType TypesFactory.createSequenceType()
          Returns a new object of class 'Sequence Type'
 SequenceType TypesFactory.createSequenceType(org.eclipse.emf.ecore.EClassifier elementType)
           
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement SequenceType
 class SequenceTypeImpl
           An implementation of the model object 'Sequence Type'
 

Fields in org.eclipse.emf.ocl.types.impl declared as SequenceType
static SequenceType CollectionTypeImpl.OCL_SEQUENCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return SequenceType
 SequenceType TypesFactoryImpl.createSequenceType()
           
 SequenceType TypesFactoryImpl.createSequenceType(org.eclipse.emf.ecore.EClassifier elementType)
           
 

Uses of SequenceType in org.eclipse.emf.ocl.types.util
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type SequenceType
 java.lang.Object TypesSwitch.caseSequenceType(SequenceType object)
          Returns the result of interpretting the object as an instance of 'Sequence Type'
 


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