inetsoft.uql.erm
Class ERMDateDimension
java.lang.Object
inetsoft.uql.erm.ERMDimension
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
|
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 |
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.
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.