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

org.gel.models.report.avro.CancerUsabilitySomatic 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")
/** Variant usability for somatic variants:
* `already_actioned`: Already actioned (i.e. prior to receiving this WGA)
* `actioned_result_of_this_wga`: actioned as a result of receiving this WGA
* `not_yet_actioned`: not yet actioned, but potentially actionable in the future */
@org.apache.avro.specific.AvroGenerated
public enum CancerUsabilitySomatic { 
  already_actioned, actioned_result_of_this_wga, not_yet_actioned  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"CancerUsabilitySomatic\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"Variant usability for somatic variants:\\n* `already_actioned`: Already actioned (i.e. prior to receiving this WGA)\\n* `actioned_result_of_this_wga`: actioned as a result of receiving this WGA\\n* `not_yet_actioned`: not yet actioned, but potentially actionable in the future\",\"symbols\":[\"already_actioned\",\"actioned_result_of_this_wga\",\"not_yet_actioned\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy