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

org.jlab.jaws.entity.AlarmPriority Maven / Gradle / Ivy

/**
 * Autogenerated by Avro
 *
 * DO NOT EDIT DIRECTLY
 */
package org.jlab.jaws.entity;
/** Enumeration of possible priorities; useful for operators to know which alarms to handle first */
@org.apache.avro.specific.AvroGenerated
public enum AlarmPriority implements org.apache.avro.generic.GenericEnumSymbol {
  P1_CRITICAL, P2_MAJOR, P3_MINOR, P4_INCIDENTAL  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"AlarmPriority\",\"namespace\":\"org.jlab.jaws.entity\",\"doc\":\"Enumeration of possible priorities; useful for operators to know which alarms to handle first\",\"symbols\":[\"P1_CRITICAL\",\"P2_MAJOR\",\"P3_MINOR\",\"P4_INCIDENTAL\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }

  @Override
  public org.apache.avro.Schema getSchema() { return SCHEMA$; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy