org.openmdx.kernel.jmi1.Query 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.jmi1;
public interface Query
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.openmdx.kernel.cci2.Query
{
// ----------------------------------------------------------------------------
// StructureType/FieldGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the structure field featureName
.
* @return A set containing all elements for this structure field.
*/
public java.util.Set getFeatureName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field fetchGroupName
.
* @return The possibly null value for structure field fetchGroupName
.
*/
public java.lang.String getFetchGroupName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field position
.
* @return The possibly null value for structure field position
.
*/
public java.lang.Long getPosition(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field query
.
* @return The possibly null value for structure field query
.
*/
public java.lang.String getQuery(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field queryFilter
.
* @return The possibly null value for structure field queryFilter
.
*/
public org.openmdx.kernel.jmi1.QueryFilter getQueryFilter(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field queryType
.
* @return The possibly null value for structure field queryType
.
*/
public java.lang.String getQueryType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field refresh
.
* @return The non-null value for structure field refresh
.
*/
public boolean isRefresh(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field resourceIdentifier
.
* @return The possibly null value for structure field resourceIdentifier
.
*/
public org.openmdx.base.naming.Path getResourceIdentifier(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field size
.
* @return The possibly null value for structure field size
.
*/
public java.lang.Long getSize(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}