global class ReportTypeColumn {
|
global Object clone() { }
|
global reports.ColumnDataType getDataType() { }
|
global List<reports.FilterValue> getFilterValues() { }
|
global Boolean getFilterable() { }
|
global String getLabel() { }
|
global String getName() { }
|
global String toString() { }
|
|
}
|