org.omg.model1.cci2.SegmentContainsElement Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Association/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.AssociationMapper 2.17.7
// Generated at 2020-11-27T16:04:08.518Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
* Association Interface SegmentContainsElement
*/
public interface SegmentContainsElement {
// ----------------------------------------------------------------------------
// AssociationEnd/Begin
// ----------------------------------------------------------------------------
/**
* Association End Interface element
*/
interface Element extends org.w3c.cci2.Container {
E get(
org.oasisopen.cci2.QualifierType qualifiedNameType,
java.lang.String qualifiedName
);
void add(
org.oasisopen.cci2.QualifierType qualifiedNameType,
java.lang.String qualifiedName,
E element
);
void remove(
org.oasisopen.cci2.QualifierType qualifiedNameType,
java.lang.String qualifiedName
);
}
// ----------------------------------------------------------------------------
// AssociationEnd/End
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
// Association/End
// ----------------------------------------------------------------------------