Package org.eclipse.mat.query
Class ResultMetaData
java.lang.Object
org.eclipse.mat.query.ResultMetaData
Holds meta-data of the query result needed to fine-tune the display of the
 result.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionReturns the named context providers.Get the operations.intThe index of the column by which the result is pre-sorted (if it is actually pre-sorted)The direction by which the result is pre-sorted (if it is actually pre-sorted)boolean
- 
Method Details- 
getContextProvidersReturns the named context providers.- Returns:
- a list of the named context providers
 
- 
getDetailResultProviders
- 
isPreSortedpublic boolean isPreSorted()- Returns:
- true if the result is already sorted.
 
- 
getPreSortedColumnIndexpublic int getPreSortedColumnIndex()The index of the column by which the result is pre-sorted (if it is actually pre-sorted)- Returns:
- the column index which is pre-sorted
 
- 
getPreSortedDirectionThe direction by which the result is pre-sorted (if it is actually pre-sorted)- Returns:
- the pre-sorted direction
 
- 
getDerivedOperationsGet the operations.- Returns:
- a set of all the possible operations
 
 
-