org.openmdx.preferences2.cci2.NodeHasEntries Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// 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:34 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.preferences2.cci2;
/**
* Association Interface NodeHasEntries
*/
public interface NodeHasEntries {
// ----------------------------------------------------------------------------
// AssociationEnd/Begin
// ----------------------------------------------------------------------------
/**
* Association End Interface entry
*/
interface Entry extends org.w3c.cci2.Container {
E get(
org.oasisopen.cci2.QualifierType idType,
java.lang.String id
);
void add(
org.oasisopen.cci2.QualifierType idType,
java.lang.String id,
E entry
);
void remove(
org.oasisopen.cci2.QualifierType idType,
java.lang.String id
);
}
// ----------------------------------------------------------------------------
// AssociationEnd/End
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
// Association/End
// ----------------------------------------------------------------------------