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

org.gel.models.participant.avro.Method Maven / Gradle / Ivy

/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.gel.models.participant.avro;  
@SuppressWarnings("all")
/** In GMS, Method is defined as how the sample was taken directly from the patient */
@org.apache.avro.specific.AvroGenerated
public enum Method { 
  ASPIRATE, BIOPSY, NOT_APPLICABLE, RESECTION, SORTED_OTHER, UNKNOWN, UNSORTED, CD138_SORTED  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Method\",\"namespace\":\"org.gel.models.participant.avro\",\"doc\":\"In GMS, Method is defined as how the sample was taken directly from the patient\",\"symbols\":[\"ASPIRATE\",\"BIOPSY\",\"NOT_APPLICABLE\",\"RESECTION\",\"SORTED_OTHER\",\"UNKNOWN\",\"UNSORTED\",\"CD138_SORTED\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy