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 Package.createOwnedPrimitiveType(java.lang.String name)
          Creates a primitive type with the specified name as an owned type of this package.
 PrimitiveType Component.createOwnedPrimitiveType(java.lang.String name)
          Creates a primitive type with the specified name as a packaged element of this component.
 PrimitiveType UMLFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'
 

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

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

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


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