org.openmdx.preferences2.cci2.SegmentHostsPreferences 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 SegmentHostsPreferences
*/
public interface SegmentHostsPreferences {
// ----------------------------------------------------------------------------
// AssociationEnd/Begin
// ----------------------------------------------------------------------------
/**
* Association End Interface preferences
*/
interface Preferences 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 preferences
);
void remove(
org.oasisopen.cci2.QualifierType idType,
java.lang.String id
);
}
// ----------------------------------------------------------------------------
// AssociationEnd/End
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
// Association/End
// ----------------------------------------------------------------------------