Style Intelligence v12.0

inetsoft.uql.asset
Interface DateRangeAssembly

All Superinterfaces:
Assembly, AssetObject, Cloneable, inetsoft.util.ContentObject, Serializable, inetsoft.uql.asset.internal.VariableProvider, WSAssembly, XCondition, inetsoft.util.XMLSerializable
All Known Implementing Classes:
DefaultDateRangeAssembly, MirrorDateRangeAssembly

public interface DateRangeAssembly
extends WSAssembly, XCondition

Date range assembly contains a DateRange for reuse.


Field Summary
 
Fields inherited from interface inetsoft.uql.asset.Assembly
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS
 
Fields inherited from interface inetsoft.uql.XCondition
BETWEEN, BOTTOM_N, CONTAINS, CORRELATED, DATE_IN, EQUAL_TO, GREATER_THAN, LESS_THAN, LIKE, NONE, NULL, ONE_OF, PSEUDO, STARTING_WITH, TOP_N
 
Method Summary
 DateCondition getDateRange()
          Get the date range.
 void setDateRange(DateCondition range)
          Set the date range.
 
Methods inherited from interface inetsoft.uql.asset.WSAssembly
checkValidity, copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, replaceVariables, reset, setDescription, setIconized, setOuter, setVisible, setWorksheet, update
 
Methods inherited from interface inetsoft.uql.asset.Assembly
addr, checkDependency, clone, getAbsoluteName, getAssemblyEntry, getAssemblyType, getBounds, getDependeds, getInfo, getMinimumSize, getName, getPosition, getSheet, getSize, isEditable, isVisible, renameDepended, setBounds, setPosition, setSize
 
Methods inherited from interface inetsoft.util.XMLSerializable
parseXML, writeXML
 
Methods inherited from interface inetsoft.uql.asset.internal.VariableProvider
getAllVariables
 
Methods inherited from interface inetsoft.uql.XCondition
clone, evaluate, getAllVariables, getOperation, getType, isEqual, isEqualChangeable, isNegated, isNegatedChangeable, isOperationChangeable, isTypeChangeable, isValid, parseAttributes, parseContents, replaceVariable, setEqual, setNegated, setOperation, setType, writeAttributes, writeContents
 
Methods inherited from interface inetsoft.util.ContentObject
equalsContent, printKey
 

Method Detail

getDateRange

DateCondition getDateRange()
Get the date range.

Returns:
the date range of the date range assembly.

setDateRange

void setDateRange(DateCondition range)
Set the date range.

Parameters:
range - the specified date range.

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