blob: 8b47ac0bb5414a77cd51a486b0fbcd9f8cc6d6f6 [file] [log] [blame]
// "Create Constructor" "true"
public enum ReportType {
AGING("Aging"),;
ReportType(String aging) {
<selection></selection>
}
}