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