|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.query.ContextDerivedData.DerivedColumn
public static final class ContextDerivedData.DerivedColumn
A column of data derived from the existing data. An example might be retained sizes.
Constructor Summary | |
---|---|
ContextDerivedData.DerivedColumn(String label,
ContextDerivedData.DerivedOperation... operations)
A derived column. |
Method Summary | |
---|---|
String |
getLabel()
The label for the column. |
ContextDerivedData.DerivedOperation[] |
getOperations()
Possible operations to generate the column values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextDerivedData.DerivedColumn(String label, ContextDerivedData.DerivedOperation... operations)
label
- a label for the columnoperations
- ways of calculating the columnMethod Detail |
---|
public String getLabel()
public ContextDerivedData.DerivedOperation[] getOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |