All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.model1.cci2.NamespaceContainsAllElement Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Association/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;

/**
 * Association Interface NamespaceContainsAllElement
 *

* Delivers all model elements which are in the recursive closure of the package: * - all elements contained in the package * - all elements imported from another package * - all referenced classes (supertype, etc) which are not imported by a package import. * */ public interface NamespaceContainsAllElement { // ---------------------------------------------------------------------------- // AssociationEnd/Begin // ---------------------------------------------------------------------------- /** * Association End Interface allNamespaceContent */ interface AllNamespaceContent extends org.w3c.cci2.Container { E get( org.oasisopen.cci2.QualifierType qualifiedNameType, java.lang.String qualifiedName ); } // ---------------------------------------------------------------------------- // AssociationEnd/End // ---------------------------------------------------------------------------- } // ---------------------------------------------------------------------------- // Association/End // ----------------------------------------------------------------------------





© 2015 - 2024 Weber Informatics LLC | Privacy Policy