All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.gel.models.report.avro.DrugResponseClassification Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public enum DrugResponseClassification {
altered_sensitivity, reduced_sensitivity, increased_sensitivity, altered_resistance, increased_resistance, reduced_resistance, increased_risk_of_toxicity, reduced_risk_of_toxicity, altered_toxicity, adverse_drug_reaction, indication, contraindication, dosing_alteration, increased_dose, reduced_dose, increased_monitoring, increased_efficacy, reduced_efficacy, altered_efficacy ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"DrugResponseClassification\",\"namespace\":\"org.gel.models.report.avro\",\"symbols\":[\"altered_sensitivity\",\"reduced_sensitivity\",\"increased_sensitivity\",\"altered_resistance\",\"increased_resistance\",\"reduced_resistance\",\"increased_risk_of_toxicity\",\"reduced_risk_of_toxicity\",\"altered_toxicity\",\"adverse_drug_reaction\",\"indication\",\"contraindication\",\"dosing_alteration\",\"increased_dose\",\"reduced_dose\",\"increased_monitoring\",\"increased_efficacy\",\"reduced_efficacy\",\"altered_efficacy\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}