org.gel.models.participant.avro.AdoptedStatus Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.participant.avro;
@SuppressWarnings("all")
/** adoptedin means adopted into the family
adoptedout means child belonged to the family and was adopted out */
@org.apache.avro.specific.AvroGenerated
public enum AdoptedStatus {
notadopted, adoptedin, adoptedout ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"AdoptedStatus\",\"namespace\":\"org.gel.models.participant.avro\",\"doc\":\"adoptedin means adopted into the family\\n adoptedout means child belonged to the family and was adopted out\",\"symbols\":[\"notadopted\",\"adoptedin\",\"adoptedout\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy