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

net.lightapi.portal.market.ServiceStatusEnum Maven / Gradle / Ivy

There is a newer version: 2.1.33
Show newest version
/**
 * Autogenerated by Avro
 *
 * DO NOT EDIT DIRECTLY
 */
package net.lightapi.portal.market;
@org.apache.avro.specific.AvroGenerated
public enum ServiceStatusEnum implements org.apache.avro.generic.GenericEnumSymbol {
  published, implemented, deployed, decommissioned  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"ServiceStatusEnum\",\"namespace\":\"net.lightapi.portal.market\",\"symbols\":[\"published\",\"implemented\",\"deployed\",\"decommissioned\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
  public org.apache.avro.Schema getSchema() { return SCHEMA$; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy