org.opencrx.kernel.ras1.cci2.AssetContext Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.cci2;
/**
* Class {@code AssetContext}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.476517954Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AssetContext
extends org.opencrx.kernel.ras1.cci2.ClassificationElement{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nNoQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the {@code Collection} of objects referenced by {@code descGroup}.
* @return The {@code Collection} of referenced objects.
*/
public java.util.List getDescGroup(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}