Uses of Interface
org.eclipse.emf.ocl.utilities.PredefinedType

Packages that use PredefinedType
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. 
org.eclipse.emf.ocl.utilities.util EMF utilities for the OCL AST utilities API. 
 

Uses of PredefinedType in org.eclipse.emf.ocl.types
 

Subinterfaces of PredefinedType in org.eclipse.emf.ocl.types
 interface AnyType
          Deprecated. Use the AnyType interface, instead. Note also, that the OCLStandardLibrary.getOclAny() method provides the OclAny singleton instance of this metaclass.
 interface BagType
          Deprecated. Use the BagType interface, instead. Note also, that the OCLStandardLibrary.getBag() method provides the Bag(T) generic instance of this metaclass.
 interface CollectionType
          Deprecated. Use the CollectionType interface, instead. Note also, that the OCLStandardLibrary.getCollection() method provides the Collection(T) generic instance of this metaclass.
 interface InvalidType
          Deprecated. Use the InvalidType interface, instead. Note also, that the OCLStandardLibrary.getInvalid() method provides the Invalid singleton instance of this metaclass.
 interface MessageType
          Deprecated. Use the MessageType interface, instead. Note also, that the OCLStandardLibrary.getOclMessage() method provides the OclMessage generic instance of this metaclass.
 interface OrderedSetType
          Deprecated. Use the OrderedSetType interface, instead. Note also, that the OCLStandardLibrary.getOrderedSet() method provides the OrderedSet(T) generic instance of this metaclass.
 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.
 interface PrimitiveType
          Deprecated. Use the PrimitiveType interface, instead.
 interface SequenceType
          Deprecated. Use the SequenceType interface, instead. Note also, that the OCLStandardLibrary.getSequence() method provides the Sequence(T) generic instance of this metaclass.
 interface SetType
          Deprecated. Use the SetType interface, instead. Note also, that the OCLStandardLibrary.getSet() method provides the Set(T) generic instance of this metaclass.
 interface TupleType
          Deprecated. Use the TupleType interface, instead.
 interface TypeType
          Deprecated. Use the TypeType interface, instead. Note also, that the OCLStandardLibrary.getOclType() method provides the OclType generic instance of this metaclass.
 interface VoidType
          Deprecated. Use the VoidType interface, instead. Note also, that the OCLStandardLibrary.getOclVoid() method provides the OclVoid singleton instance of this metaclass.
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement PredefinedType
 class AnyTypeImpl
           
 class BagTypeImpl
           
 class CollectionTypeImpl
           
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'
 class MessageTypeImpl
          An implementation of the model object 'Message Type'
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'
 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'
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'
 class SetTypeImpl
          An implementation of the model object 'Set Type'
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'
 class TypeTypeImpl
          An implementation of the model object 'Type Type'
 class VoidTypeImpl
          An implementation of the model object 'Void Type'
 

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

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

Uses of PredefinedType in org.eclipse.emf.ocl.utilities.util
 

Methods in org.eclipse.emf.ocl.utilities.util with parameters of type PredefinedType
 Object UtilitiesSwitch.casePredefinedType(PredefinedType object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Predefined Type'
 


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