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

org.opencrx.kernel.code1.cci2.BasicValidatorCondition Maven / Gradle / Ivy

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

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

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute {@code aggregateFunction}.
   * @return The non-null value for attribute {@code aggregateFunction}.
   */
  public short getAggregateFunction(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute {@code aggregateFunction}.
   * @param aggregateFunction The non-{@code null} new value for attribute {@code aggregateFunction}.
   */
  public void setAggregateFunction(
    short aggregateFunction
  );

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

// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
  /**
   * Clears {@code conditionArgument} and adds the given value(s).
   * 

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : conditionArgument){
   *     list.add(e);
   *   }
   * 
* @param conditionArgument value(s) to be added to {@code conditionArgument} */ public void setConditionArgument( java.lang.String... conditionArgument ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code conditionType}. * @return The non-null value for attribute {@code conditionType}. */ public short getConditionType( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code conditionType}. * @param conditionType The non-{@code null} new value for attribute {@code conditionType}. */ public void setConditionType( short conditionType ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code featurePath}. * @return The possibly null value for attribute {@code featurePath}. */ public java.lang.String getFeaturePath( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code featurePath}. * @param featurePath The possibly null new value for attribute {@code featurePath}. */ public void setFeaturePath( java.lang.String featurePath ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code objectQuery}. * @return The possibly null value for attribute {@code objectQuery}. */ public java.lang.String getObjectQuery( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code objectQuery}. * @param objectQuery The possibly null new value for attribute {@code objectQuery}. */ public void setObjectQuery( java.lang.String objectQuery ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nNoQuery // ---------------------------------------------------------------------------- /** * Retrieves the {@code Collection} of objects referenced by {@code scope}. * @return The {@code Collection} of referenced objects. */ public java.util.List getScope( ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy