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

org.gel.models.participant.avro.LifeStatus 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.participant.avro;  
@SuppressWarnings("all")
/** Life Status */
@org.apache.avro.specific.AvroGenerated
public enum LifeStatus { 
  ALIVE, ABORTED, DECEASED, UNBORN, STILLBORN, MISCARRIAGE  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"LifeStatus\",\"namespace\":\"org.gel.models.participant.avro\",\"doc\":\"Life Status\",\"symbols\":[\"ALIVE\",\"ABORTED\",\"DECEASED\",\"UNBORN\",\"STILLBORN\",\"MISCARRIAGE\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy