com.tibco.rta.model
Interface TimeDimension

All Superinterfaces:
Dimension, MetadataElement, java.io.Serializable

public interface TimeDimension
extends Dimension

An extension of Dimension that deals with time based aggregations.


Method Summary
 int getMultiplier()
          Return the multiplier for this time unit.
 TimeUnits getTimeUnit()
          Get the time unit
 
Methods inherited from interface com.tibco.rta.model.Dimension
getAssociatedAssetName, getAssociatedAttribute
 
Methods inherited from interface com.tibco.rta.model.MetadataElement
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
 

Method Detail

getTimeUnit

TimeUnits getTimeUnit()
Get the time unit

Returns:

getMultiplier

int getMultiplier()
Return the multiplier for this time unit. (Example: 3 days, 4 seconds etc)

Returns:


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.