Package csw.alarm.models
Class AlarmType$
- java.lang.Object
-
- csw.alarm.models.AlarmType$
-
-
Field Summary
Fields Modifier and Type Field Description static AlarmType$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AlarmType$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,AlarmType>
lowerCaseNamesToValuesMap()
scala.collection.immutable.Map<java.lang.String,AlarmType>
namesToValuesMap()
scala.collection.immutable.Map<java.lang.String,AlarmType>
upperCaseNameValuesToMap()
scala.collection.immutable.IndexedSeq<AlarmType>
values()
Returns a sequence of all alarm types e.g.scala.collection.immutable.Map<AlarmType,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 AlarmType$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,AlarmType> namesToValuesMap()
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<AlarmType>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,AlarmType> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<AlarmType>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,AlarmType> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<AlarmType>
-
valuesToIndex
public final scala.collection.immutable.Map<AlarmType,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<AlarmType>
-
-