Uses of Interface
org.eclipse.uml2.uml.PrimitiveType

Packages that use PrimitiveType
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of PrimitiveType in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return PrimitiveType
 PrimitiveType UMLFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'
 PrimitiveType Package.createOwnedPrimitiveType(String name)
           Creates a primitive type with the specified name as an owned type of this package
 PrimitiveType Component.createOwnedPrimitiveType(String name)
           Creates a primitive type with the specified name as a packaged element of this component
 

Uses of PrimitiveType in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util that return PrimitiveType
protected  PrimitiveType UMLUtil.Ecore2UMLConverter.getEcorePrimitiveType(EModelElement eModelElement, String name)
           
 

Methods in org.eclipse.uml2.uml.util with parameters of type PrimitiveType
 boolean UMLValidator.validatePrimitiveType(PrimitiveType primitiveType, DiagnosticChain diagnostics, Map context)
           
 Object UMLUtil.UML2EcoreConverter.casePrimitiveType(PrimitiveType primitiveType)
           
 Object UMLSwitch.casePrimitiveType(PrimitiveType object)
          Returns the result of interpretting the object as an instance of 'Primitive Type'
 


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