org.opencrx.kernel.model1.cci2.NamespaceContainsElement Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Association/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.cci2;
/**
* Association Interface {@code NamespaceContainsElement}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.AssociationMapper",
date = "2023-10-28T12:15:35.388966523Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface NamespaceContainsElement {
// ----------------------------------------------------------------------------
// AssociationEnd/Begin
// ----------------------------------------------------------------------------
/**
* Association End Interface {@code content}
*/
interface Content extends org.w3c.cci2.Container {
E get(
org.oasisopen.cci2.QualifierType qualifiedNameType,
java.lang.String qualifiedName
);
}
// ----------------------------------------------------------------------------
// AssociationEnd/End
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
// Association/End
// ----------------------------------------------------------------------------