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

org.openmdx.kernel.cci2.QueryExtension Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.StructureMapper 2.17.7
// Generated at 2020-11-27T16:04:08.436Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.kernel.cci2;

public interface QueryExtension
{
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the structure field booleanParam.
   * @return A list containing all elements for this structure field.
   */
  public java.util.List getBooleanParam(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field clause.
   * @return The non-null value for structure field clause.
   */
  public java.lang.String getClause(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the structure field dateParam.
   * @return A list containing all elements for this structure field.
   */
  public java.util.List getDateParam(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the structure field dateTimeParam.
   * @return A list containing all elements for this structure field.
   */
  public java.util.List getDateTimeParam(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the structure field decimalParam.
   * @return A list containing all elements for this structure field.
   */
  public java.util.List getDecimalParam(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the structure field integerParam.
   * @return A list containing all elements for this structure field.
   */
  public java.util.List getIntegerParam(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the structure field stringParam.
   * @return A list containing all elements for this structure field.
   */
  public java.util.List getStringParam(
  );


// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------

  /**
   * The structure's members
   */
  enum Member {
    booleanParam
  , clause
  , dateParam
  , dateTimeParam
  , decimalParam
  , integerParam
  , stringParam
  }

// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy