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

org.opencrx.kernel.generic.cci2.ReferencePropertySetEntry Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.cci2;

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

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code referenceValue}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.openmdx.base.cci2.BasicObject getReferenceValue(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code referenceValue}.
   * @param referenceValue The new—possibly {@code null}—value for this reference.
   */
  public void setReferenceValue(
    org.openmdx.base.cci2.BasicObject referenceValue
  );

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy