com.microstrategy.web.objects.WebTemplateDimension |
The WebTemplateDimension interface represents a dimension contained on a template.
This object can be obtained from the WebTemplateUnit
object which it is contained within.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getAxisIndex()
Returns the index of the
WebAxis which this template dimension is on. | ||||||||||
abstract WebObjectInfo |
getDimensionInfo()
Returns the
WebObjectInfo object corresponding to the WebTemplateDimension
object which it is called on. | ||||||||||
abstract int |
getPosition()
Returns the position of the template dimension on its axis.
|
Returns the index of the WebAxis
which this template dimension is on.
EnumDSSXMLAxisName
.
Returns the WebObjectInfo
object corresponding to the WebTemplateDimension
object which it is called on.
WebObjectInfo
object which this template dimension refers to.
Returns the position of the template dimension on its axis. This value is 1-based.