Style Intelligence v12.0

inetsoft.uql
Interface XDynamicQuery

All Known Implementing Classes:
XDataSelection

public interface XDynamicQuery

A query definition that is generated dynamically at runtime.

Since:
6.0

Field Summary
static String MODEL_TYPE
          Flag indicating that a selection is based on a data model.
static String QUERY_TYPE
          Flag indicating that a selection is based on a query.
 
Method Summary
 Object getProperty(String name)
          Get a property value.
 String getSource()
          Get the name of the source of this query.
 String getType()
          Get the type of this query.
 void setProperty(String name, Object val)
          Set a property value.
 

Field Detail

QUERY_TYPE

static final String QUERY_TYPE
Flag indicating that a selection is based on a query.

See Also:
Constant Field Values

MODEL_TYPE

static final String MODEL_TYPE
Flag indicating that a selection is based on a data model.

See Also:
Constant Field Values
Method Detail

getSource

String getSource()
Get the name of the source of this query.

Returns:
the name of the source of the query.

getType

String getType()
Get the type of this query.

Returns:
the type flag of this query.

setProperty

void setProperty(String name,
                 Object val)
Set a property value. Property is generic interface for attaching additional information to a query object. Properties are transient and is not saved as part of the query definition.


getProperty

Object getProperty(String name)
Get a property value.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.