Package org.eclipse.mat.query
Class ContextDerivedData.DerivedOperation
- java.lang.Object
-
- org.eclipse.mat.query.ContextDerivedData.DerivedOperation
-
- Enclosing class:
- ContextDerivedData
public static final class ContextDerivedData.DerivedOperation extends Object
A way of calculating the column values.
-
-
Constructor Summary
Constructors Constructor Description DerivedOperation(String code, String label)
Create a way of calculating the column.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Get the code.String
getLabel()
Get the explanation of the operation.
-