Class AlarmSeverity$

  • All Implemented Interfaces:
    enumeratum.Enum<AlarmSeverity>

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

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

      Constructors 
      Constructor Description
      AlarmSeverity$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.collection.immutable.Map<java.lang.String,​AlarmSeverity> lowerCaseNamesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​AlarmSeverity> namesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​AlarmSeverity> upperCaseNameValuesToMap()  
      scala.collection.immutable.IndexedSeq<AlarmSeverity> values()
      Returns a sequence of all alarm severity (except Disconnected)
      scala.collection.immutable.Map<AlarmSeverity,​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 AlarmSeverity$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • AlarmSeverity$

        public AlarmSeverity$()
    • Method Detail

      • namesToValuesMap

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

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

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

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

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