![JAR search and dependency download from the Maven repository](/logo.png)
com.example.BedFirmness Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package com.example;
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public enum BedFirmness {
HARD, SOFT ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"BedFirmness\",\"namespace\":\"com.example\",\"symbols\":[\"HARD\",\"SOFT\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy