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

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$; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy