Package com.microstrategy.web.objects
Interface WebTemplateDimension
- 
public interface WebTemplateDimensionThe WebTemplateDimension interface represents a dimension contained on a template. This object can be obtained from theWebTemplateUnitobject which it is contained within.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAxisIndex()Returns the index of theWebAxiswhich this template dimension is on.WebObjectInfogetDimensionInfo()Returns theWebObjectInfoobject corresponding to the WebTemplateDimension object which it is called on.intgetPosition()Returns the position of the template dimension on its axis. 
 - 
 
- 
- 
Method Detail
- 
getAxisIndex
int getAxisIndex()
Returns the index of theWebAxiswhich this template dimension is on.- Returns:
 - The owner axis' index, from 
EnumDSSXMLAxisName. 
 
- 
getPosition
int getPosition()
Returns the position of the template dimension on its axis. This value is 1-based.- Returns:
 - The position of the template dimension.
 
 
- 
getDimensionInfo
WebObjectInfo getDimensionInfo()
Returns theWebObjectInfoobject corresponding to the WebTemplateDimension object which it is called on.- Returns:
 - The 
WebObjectInfoobject which this template dimension refers to. 
 
 - 
 
 -