Class AlarmType$

java.lang.Object
csw.alarm.models.AlarmType$
All Implemented Interfaces:
enumeratum.Enum<AlarmType>

public class AlarmType$ extends Object implements enumeratum.Enum<AlarmType>
  • Field Details

    • MODULE$

      public static final AlarmType$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • AlarmType$

      public AlarmType$()
  • Method Details

    • namesToValuesMap

      public scala.collection.immutable.Map<String,AlarmType> namesToValuesMap()
      Specified by:
      namesToValuesMap in interface enumeratum.Enum<AlarmType>
    • lowerCaseNamesToValuesMap

      public final scala.collection.immutable.Map<String,AlarmType> lowerCaseNamesToValuesMap()
      Specified by:
      lowerCaseNamesToValuesMap in interface enumeratum.Enum<AlarmType>
    • upperCaseNameValuesToMap

      public final scala.collection.immutable.Map<String,AlarmType> upperCaseNameValuesToMap()
      Specified by:
      upperCaseNameValuesToMap in interface enumeratum.Enum<AlarmType>
    • valuesToIndex

      public final scala.collection.immutable.Map<AlarmType,Object> valuesToIndex()
      Specified by:
      valuesToIndex in interface enumeratum.Enum<AlarmType>
    • values

      public scala.collection.immutable.IndexedSeq<AlarmType> values()
      Returns a sequence of all alarm types e.g. Absolute, BitPattern, Calculated etc.
      Specified by:
      values in interface enumeratum.Enum<AlarmType>
      Returns:
      (undocumented)