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

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

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

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

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

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy