public static final class ContextDerivedData.DerivedColumn extends Object
| Constructor and Description |
|---|
DerivedColumn(String label,
ContextDerivedData.DerivedOperation... operations)
A derived column.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
The label for the column.
|
ContextDerivedData.DerivedOperation[] |
getOperations()
Possible operations to generate the column values.
|
public DerivedColumn(String label, ContextDerivedData.DerivedOperation... operations)
label - a label for the columnoperations - ways of calculating the columnpublic String getLabel()
public ContextDerivedData.DerivedOperation[] getOperations()