Uses of Interface
org.eclipse.ocl.types.InvalidType

Packages that use InvalidType
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.operations   
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of InvalidType in org.eclipse.ocl.ecore
 

Subinterfaces of InvalidType in org.eclipse.ocl.ecore
 interface InvalidType
          A representation of the model object 'Invalid Type'
 

Uses of InvalidType in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type InvalidType
<O> T
EcoreSwitch.caseInvalidType_1(InvalidType<O> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseTypes_InvalidType(org.eclipse.ocl.types.InvalidType) method, instead.
<O> T
EcoreSwitch.caseTypes_InvalidType(InvalidType<O> object)
          Returns the result of interpreting the object as an instance of 'Invalid Type'
 

Uses of InvalidType in org.eclipse.ocl.types
 

Methods in org.eclipse.ocl.types that return InvalidType
<O> InvalidType<O>
TypesFactory.createInvalidType()
          Returns a new object of class 'Invalid Type'
 

Uses of InvalidType in org.eclipse.ocl.types.impl
 

Classes in org.eclipse.ocl.types.impl that implement InvalidType
 class InvalidTypeImpl<O>
          An implementation of the model object 'Invalid Type'
 

Methods in org.eclipse.ocl.types.impl that return InvalidType
<O> InvalidType<O>
TypesFactoryImpl.createInvalidType()
           
 

Uses of InvalidType in org.eclipse.ocl.types.operations
 

Methods in org.eclipse.ocl.types.operations with parameters of type InvalidType
static
<O> String
InvalidTypeOperations.getName(InvalidType<O> invalidType)
           
static
<O> EList<O>
InvalidTypeOperations.oclOperations(InvalidType<O> invalidType)
           
 

Uses of InvalidType in org.eclipse.ocl.types.util
 

Methods in org.eclipse.ocl.types.util with parameters of type InvalidType
<O> T
TypesSwitch.caseInvalidType(InvalidType<O> object)
          Returns the result of interpreting the object as an instance of 'Invalid Type'
 boolean TypesValidator.validateInvalidType(InvalidType<?> invalidType, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of InvalidType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type InvalidType
<O> T
UMLSwitch.caseInvalidType_1(InvalidType<O> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseTypes_InvalidType(org.eclipse.ocl.types.InvalidType) method, instead.
<O> T
UMLSwitch.caseTypes_InvalidType(InvalidType<O> object)
          Returns the result of interpreting the object as an instance of 'Invalid Type'
 


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