Style Intelligence v12.0

inetsoft.uql.erm
Class ERMDateDimension

java.lang.Object
  extended by inetsoft.uql.erm.ERMDimension
      extended by inetsoft.uql.erm.ERMDateDimension
All Implemented Interfaces:
XDimension, Serializable, Cloneable

public class ERMDateDimension
extends ERMDimension

Special dimension class that handles date/time series.

Since:
6.0
See Also:
Serialized Form

Constructor Summary
ERMDateDimension(AttributeRef aref, XDataSource dx)
          Create a new instance of ERMDateDimension.
 
Method Summary
 int getType()
          Get the type of this dimension.
 
Methods inherited from class inetsoft.uql.erm.ERMDimension
addLevel, clone, getDescription, getLevel, getLevelAt, getLevelCount, getLevels, getName, getScope, indexOf, removeLevel, renameLevel, setDescription, setName, setScope, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERMDateDimension

public ERMDateDimension(AttributeRef aref,
                        XDataSource dx)
Create a new instance of ERMDateDimension.

Parameters:
aref - a reference to the date attribute.
dx - the JDBC datasource type.
Method Detail

getType

public int getType()
Get the type of this dimension.

Specified by:
getType in interface XDimension
Overrides:
getType in class ERMDimension
Returns:
the type of this dimension.

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