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

org.opencrx.kernel.home1.jmi1.QuickAccess Maven / Gradle / Ivy

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

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

// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the attribute {@code actionParam}.
   * @return A list containing all elements for this attribute.
   */
  public java.util.List getActionParam(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
  /**
   * Clears {@code actionParam} and adds the members of the given List.
   * 

* This method is equivalent to

   *   list.clear();
   *   list.addAll(actionParam);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param actionParam collection to be copied. */ public void setActionParam( java.util.List actionParam ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code reference}. * @return The —possibly {@code null}— value for this reference. */ public org.openmdx.base.jmi1.ContextCapable getReference( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code reference}. * @param reference The new—possibly {@code null}—value for this reference. */ public void setReference( org.openmdx.base.cci2.ContextCapable reference ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy