// "Create constructor" "true" public enum ReportType { AGING("Aging"),; ReportType(String aging) { <selection></selection> } }