global class ReportType {
|
global ReportType(String type, String label) { }
|
global ReportType() { }
|
global Object clone() { }
|
global String getLabel() { }
|
global String getType() { }
|
global void setLabel(String label) { }
|
global void setType(String type) { }
|
global String toString() { }
|
|
}
|