1 package org.omg.uml.foundation;2 3 public interface FoundationPackage extends javax.jmi.reflect.RefPackage {4 public org.omg.uml.foundation.datatypes.DataTypesPackage getDataTypes();5 public org.omg.uml.foundation.core.CorePackage getCore();6 public org.omg.uml.foundation.extensionmechanisms.ExtensionMechanismsPackage getExtensionMechanisms();7 }8