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

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

Subinterfaces of PrimitiveType in org.eclipse.emf.ocl.types
 interface PrimitiveBoolean
           
 interface PrimitiveInteger
           
 interface PrimitiveReal
           
 interface PrimitiveString
           
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement PrimitiveType
 class PrimitiveBooleanImpl
           An implementation of the model object 'Primitive Boolean'
 class PrimitiveIntegerImpl
           An implementation of the model object 'Primitive Integer'
 class PrimitiveRealImpl
           An implementation of the model object 'Primitive Real'
 class PrimitiveStringImpl
           An implementation of the model object 'Primitive String'
 class PrimitiveTypeImpl
           An implementation of the model object 'Primitive Type'
 

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

Fields in org.eclipse.emf.ocl.types.util declared as PrimitiveType
static PrimitiveType Types.OCL_REAL
          Representation of the OCL predefined Real type.
 

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


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