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
          Deprecated. Use the PrimitiveType interface, instead. Note also, that the OCLStandardLibrary.getBoolean() method provides the Boolean instance of this metaclass.
 interface PrimitiveInteger
          Deprecated. Use the PrimitiveType interface, instead. Note also, that the OCLStandardLibrary.getInteger() method provides the Integer instance of this metaclass.
 interface PrimitiveReal
          Deprecated. Use the PrimitiveType interface, instead. Note also, that the OCLStandardLibrary.getReal() method provides the Real instance of this metaclass.
 interface PrimitiveString
          Deprecated. Use the PrimitiveType interface, instead. Note also, that the OCLStandardLibrary.getString() method provides the String instance of this metaclass.
 

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
          Deprecated. Representation of the OCL predefined Real type.
 

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


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