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

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

Methods in org.eclipse.emf.ocl.types that return PrimitiveInteger
 PrimitiveInteger TypesFactory.createPrimitiveInteger()
          Deprecated. Returns a new object of class 'Primitive Integer'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement PrimitiveInteger
 class PrimitiveIntegerImpl
          An implementation of the model object 'Primitive Integer'
 

Fields in org.eclipse.emf.ocl.types.impl declared as PrimitiveInteger
static PrimitiveInteger PrimitiveIntegerImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return PrimitiveInteger
 PrimitiveInteger TypesFactoryImpl.createPrimitiveInteger()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as PrimitiveInteger
static PrimitiveInteger Types.OCL_INTEGER
          Deprecated. Representation of the OCL predefined Integer type.
 

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


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