org.gel.models.participant.avro.GenericConsent Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.participant.avro;
@SuppressWarnings("all")
/** clinicalEthnicities supersedes Ancestries in GMS */
@org.apache.avro.specific.AvroGenerated
public enum GenericConsent {
yes, no, undefined, not_applicable ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"GenericConsent\",\"namespace\":\"org.gel.models.participant.avro\",\"doc\":\"clinicalEthnicities supersedes Ancestries in GMS\",\"symbols\":[\"yes\",\"no\",\"undefined\",\"not_applicable\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}