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

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

Methods in org.eclipse.emf.ocl.types that return PrimitiveBoolean
 PrimitiveBoolean TypesFactory.createPrimitiveBoolean()
          Returns a new object of class 'Primitive Boolean'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement PrimitiveBoolean
 class PrimitiveBooleanImpl
           An implementation of the model object 'Primitive Boolean'
 

Fields in org.eclipse.emf.ocl.types.impl declared as PrimitiveBoolean
static PrimitiveBoolean PrimitiveBooleanImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return PrimitiveBoolean
 PrimitiveBoolean TypesFactoryImpl.createPrimitiveBoolean()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as PrimitiveBoolean
static PrimitiveBoolean Types.OCL_BOOLEAN
          Representation of the OCL predefined Boolean type.
 

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


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