// "Create Constructor" "true" public enum ReportType { AGING("Aging"),; ReportType(String aging) { } }