Package csw.alarm.models
Class ShelveStatus$
java.lang.Object
csw.alarm.models.ShelveStatus$
- All Implemented Interfaces:
enumeratum.Enum<ShelveStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShelveStatus$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal scala.collection.immutable.Map<String,ShelveStatus> scala.collection.immutable.Map<String,ShelveStatus> final scala.collection.immutable.Map<String,ShelveStatus> scala.collection.immutable.IndexedSeq<ShelveStatus>values()Returns a collection ofShelveStatuse.g shelved or unshelvedfinal scala.collection.immutable.Map<ShelveStatus,Object> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface enumeratum.Enum
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ShelveStatus$
public ShelveStatus$()
-
-
Method Details
-
namesToValuesMap
- Specified by:
namesToValuesMapin interfaceenumeratum.Enum<ShelveStatus>
-
lowerCaseNamesToValuesMap
- Specified by:
lowerCaseNamesToValuesMapin interfaceenumeratum.Enum<ShelveStatus>
-
upperCaseNameValuesToMap
- Specified by:
upperCaseNameValuesToMapin interfaceenumeratum.Enum<ShelveStatus>
-
valuesToIndex
- Specified by:
valuesToIndexin interfaceenumeratum.Enum<ShelveStatus>
-
values
Returns a collection ofShelveStatuse.g shelved or unshelved- Specified by:
valuesin interfaceenumeratum.Enum<ShelveStatus>- Returns:
- (undocumented)
-