Uses of Interface
org.eclipse.uml2.PrimitiveType

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

Uses of PrimitiveType in org.eclipse.uml2
 

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

Uses of PrimitiveType in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util that return PrimitiveType
protected  PrimitiveType UML2Util.Ecore2UML2Converter.getEcorePrimitiveType(EModelElement eModelElement, java.lang.String name)
           
 

Methods in org.eclipse.uml2.util with parameters of type PrimitiveType
 boolean UML2Validator.validatePrimitiveType(PrimitiveType primitiveType, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.casePrimitiveType(PrimitiveType primitiveType)
           
 java.lang.Object UML2Switch.casePrimitiveType(PrimitiveType object)
          Returns the result of interpretting the object as an instance of 'Primitive Type'
 


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