org.openmdx.base.cci2.SegmentSupportsExtent Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Association/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.AssociationMapper 2.17.7
// Generated at 2020-11-27T16:04:08.352Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.base.cci2;
/**
* Association Interface SegmentSupportsExtent
*/
public interface SegmentSupportsExtent {
// ----------------------------------------------------------------------------
// AssociationEnd/Begin
// ----------------------------------------------------------------------------
/**
* Association End Interface extent
*/
interface Extent extends org.w3c.cci2.Container {
E get(
org.oasisopen.cci2.QualifierType identityType,
java.lang.String identity
);
}
// ----------------------------------------------------------------------------
// AssociationEnd/End
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
// Association/End
// ----------------------------------------------------------------------------
© 2015 - 2024 Weber Informatics LLC | Privacy Policy