Uses of Interface
org.eclipse.uml2.uml.profile.l2.Type

Packages that use Type
org.eclipse.uml2.uml.profile.l2   
org.eclipse.uml2.uml.profile.l2.util   
 

Uses of Type in org.eclipse.uml2.uml.profile.l2
 

Methods in org.eclipse.uml2.uml.profile.l2 that return Type
 Type L2Factory.createType()
          Returns a new object of class 'Type'
 

Uses of Type in org.eclipse.uml2.uml.profile.l2.util
 

Methods in org.eclipse.uml2.uml.profile.l2.util with parameters of type Type
 T L2Switch.caseType(Type object)
          Returns the result of interpreting the object as an instance of 'Type'
 boolean L2Validator.validateType_validateCannotBeSpecification(Type type, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCannotBeSpecification constraint of 'Type'
 boolean L2Validator.validateType(Type type, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2012 IBM Corporation, CEA, and others.
All Rights Reserved.