All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.ras1.jmi1.Descriptor Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.jmi1;

/**
 * Class {@code Descriptor}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:37.789062047Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Descriptor
  extends org.opencrx.kernel.ras1.cci2.Descriptor,
    org.opencrx.kernel.generic.jmi1.CrxObject{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code assetContext}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.ras1.jmi1.AssetContext getAssetContext(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code assetContext}.
   * @param assetContext The new—possibly {@code null}—value for this reference.
   */
  public void setAssetContext(
    org.opencrx.kernel.ras1.cci2.AssetContext assetContext
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy