org.gel.models.report.avro.CancerActionability Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
/** An enumeration Variant Actionability:
* `predicts_therapeutic_response`: Predicts therapeutic response
* `prognostic`: Prognostic
* `defines_diagnosis_group`: Defines diagnosis group
* `eligibility_for_trial`: Eligibility for trial
* `germline_susceptibility`: Germline susceptibility
* `other`: Other (please specify) */
@org.apache.avro.specific.AvroGenerated
public enum CancerActionability {
germline_susceptibility, predicts_therapeutic_response, prognostic, defines_diagnosis_group, eligibility_for_trial, other ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"CancerActionability\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"An enumeration Variant Actionability:\\n * `predicts_therapeutic_response`: Predicts therapeutic response\\n * `prognostic`: Prognostic\\n * `defines_diagnosis_group`: Defines diagnosis group\\n * `eligibility_for_trial`: Eligibility for trial\\n * `germline_susceptibility`: Germline susceptibility\\n * `other`: Other (please specify)\",\"symbols\":[\"germline_susceptibility\",\"predicts_therapeutic_response\",\"prognostic\",\"defines_diagnosis_group\",\"eligibility_for_trial\",\"other\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy