org.openmdx.kernel.cci2.QueryExtension Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// 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
// ----------------------------------------------------------------------------
}