org.gel.models.report.avro.CancerActionableVariants Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
/** Are the variants actionable?
* `yes`: yes
* `no`: no */
@org.apache.avro.specific.AvroGenerated
public enum CancerActionableVariants {
yes, no ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"CancerActionableVariants\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"Are the variants actionable?\\n* `yes`: yes\\n* `no`: no\",\"symbols\":[\"yes\",\"no\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}