Class QueryStringManipulator.StatementIndex
- java.lang.Object
 - 
- com.microstrategy.utils.querydetails.QueryStringManipulator.StatementIndex
 
 
- 
- Enclosing class:
 - QueryStringManipulator
 
public static class QueryStringManipulator.StatementIndex extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryStringManipulator.StatementIndex.StatementType 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()QueryStringManipulator.StatementIndex.StatementTypegetType()static QueryStringManipulator.StatementIndexof(int index, QueryStringManipulator.StatementIndex.StatementType type) 
 - 
 
- 
- 
Method Detail
- 
of
public static QueryStringManipulator.StatementIndex of(int index, QueryStringManipulator.StatementIndex.StatementType type)
 
- 
getIndex
public int getIndex()
 
- 
getType
public QueryStringManipulator.StatementIndex.StatementType getType()
 
 - 
 
 -