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

Packages that use PrimitiveString
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 PrimitiveString in org.eclipse.emf.ocl.types
 

Methods in org.eclipse.emf.ocl.types that return PrimitiveString
 PrimitiveString TypesFactory.createPrimitiveString()
          Returns a new object of class 'Primitive String'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement PrimitiveString
 class PrimitiveStringImpl
           An implementation of the model object 'Primitive String'
 

Fields in org.eclipse.emf.ocl.types.impl declared as PrimitiveString
static PrimitiveString PrimitiveStringImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return PrimitiveString
 PrimitiveString TypesFactoryImpl.createPrimitiveString()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as PrimitiveString
static PrimitiveString Types.OCL_STRING
          Representation of the OCL predefined String type.
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type PrimitiveString
 java.lang.Object TypesSwitch.casePrimitiveString(PrimitiveString object)
          Returns the result of interpretting the object as an instance of 'Primitive String'
 


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