Class AlarmHealth$

  • All Implemented Interfaces:
    enumeratum.Enum<AlarmHealth>

    public class AlarmHealth$
    extends java.lang.Object
    implements enumeratum.Enum<AlarmHealth>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AlarmHealth$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      AlarmHealth$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AlarmHealth fromSeverity​(FullAlarmSeverity alarmSeverity)  
      scala.collection.immutable.Map<java.lang.String,​AlarmHealth> lowerCaseNamesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​AlarmHealth> namesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​AlarmHealth> upperCaseNameValuesToMap()  
      scala.collection.immutable.IndexedSeq<AlarmHealth> values()
      Returns a collection of AlarmHealth e.g Good, Ill or Bad
      scala.collection.immutable.Map<AlarmHealth,​java.lang.Object> valuesToIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface enumeratum.Enum

        enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
    • Field Detail

      • MODULE$

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

      • AlarmHealth$

        public AlarmHealth$()
    • Method Detail

      • namesToValuesMap

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

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

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

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

        public scala.collection.immutable.IndexedSeq<AlarmHealth> values()
        Returns a collection of AlarmHealth e.g Good, Ill or Bad
        Specified by:
        values in interface enumeratum.Enum<AlarmHealth>
        Returns:
        (undocumented)