Class FullAlarmSeverity$

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.collection.immutable.Map<java.lang.String,​FullAlarmSeverity> lowerCaseNamesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​FullAlarmSeverity> namesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​FullAlarmSeverity> upperCaseNameValuesToMap()  
      scala.collection.immutable.IndexedSeq<FullAlarmSeverity> values()
      Returns a sequence of all alarm severity
      scala.collection.immutable.Map<FullAlarmSeverity,​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, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
    • Field Detail

      • MODULE$

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

      • FullAlarmSeverity$

        public FullAlarmSeverity$()
    • Method Detail

      • namesToValuesMap

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

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

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

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

        public scala.collection.immutable.IndexedSeq<FullAlarmSeverity> values()
        Returns a sequence of all alarm severity
        Specified by:
        values in interface enumeratum.Enum<FullAlarmSeverity>
        Returns:
        (undocumented)