Package csw.prefix.models
Class Subsystem$
- java.lang.Object
-
- csw.prefix.models.Subsystem$
-
- All Implemented Interfaces:
enumeratum.Enum<Subsystem>,java.io.Serializable
public class Subsystem$ extends java.lang.Object implements enumeratum.Enum<Subsystem>, java.io.Serializable
Defines constants for the available subsystems- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Subsystem$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Subsystem$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,Subsystem>lowerCaseNamesToValuesMap()scala.collection.immutable.Map<java.lang.String,Subsystem>namesToValuesMap()scala.collection.immutable.Map<java.lang.String,Subsystem>upperCaseNameValuesToMap()scala.collection.immutable.IndexedSeq<Subsystem>values()scala.collection.immutable.Map<Subsystem,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 Subsystem$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,Subsystem> namesToValuesMap()
- Specified by:
namesToValuesMapin interfaceenumeratum.Enum<Subsystem>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,Subsystem> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMapin interfaceenumeratum.Enum<Subsystem>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,Subsystem> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMapin interfaceenumeratum.Enum<Subsystem>
-
valuesToIndex
public final scala.collection.immutable.Map<Subsystem,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndexin interfaceenumeratum.Enum<Subsystem>
-
-