Package org.eclipse.mat.query.results
Class CompositeResult.Entry
- java.lang.Object
-
- org.eclipse.mat.query.results.CompositeResult.Entry
-
- Enclosing class:
- CompositeResult
public static class CompositeResult.Entry extends java.lang.Object
An individual sub-result
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get the name of the sub-resultIResult
getResult()
Get the sub-result
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Get the name of the sub-result- Returns:
- the name
-
getResult
public IResult getResult()
Get the sub-result- Returns:
- the sub-result
-
-