All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gel.models.report.avro.CancerActionabilitySomatic Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.gel.models.report.avro;  
@SuppressWarnings("all")
/** The variant actionabilities:
* `predicts_therapeutic_response`: Predicts therapeutic response
* `prognostic`: Prognostic
* `defines_diagnosis_group`: Defines diagnosis group
* `eligibility_for_trial`: Eligibility for trial
* `other`:  Other (please specify) */
@org.apache.avro.specific.AvroGenerated
public enum CancerActionabilitySomatic { 
  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\":\"CancerActionabilitySomatic\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"The variant actionabilities:\\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* `other`:  Other (please specify)\",\"symbols\":[\"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