Package com.microstrategy.web.objects
Interface WebRemoveMetricDrillAction
- 
- All Superinterfaces:
- WebDrillAction
 
 public interface WebRemoveMetricDrillAction extends WebDrillAction This interface is a child ofWebDrillActionand is used for drilling actions of typeEnumDSSXMLDrillType.DssXmlDrillRemoveMetric.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebMetricgetMetric()Returns the target metric for the current drill action.voidsetMetric(WebMetric metric)Sets the target metric for the current drill action.- 
Methods inherited from interface com.microstrategy.web.objects.WebDrillActiongetDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter
 
- 
 
-