Package csw.framework.models
Class ContainerMode.Container$
- java.lang.Object
-
- csw.framework.models.ContainerMode
-
- csw.framework.models.ContainerMode.Container$
-
- All Implemented Interfaces:
enumeratum.EnumEntry
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- ContainerMode
public static class ContainerMode.Container$ extends ContainerMode implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.framework.models.ContainerMode
ContainerMode.Container$, ContainerMode.Standalone$
-
Nested classes/interfaces inherited from interface enumeratum.EnumEntry
enumeratum.EnumEntry.Camelcase, enumeratum.EnumEntry.CapitalDotcase, enumeratum.EnumEntry.CapitalHyphencase, enumeratum.EnumEntry.CapitalSnakecase, enumeratum.EnumEntry.CapitalWords, enumeratum.EnumEntry.Dotcase, enumeratum.EnumEntry.EnumEntryOps<A extends enumeratum.EnumEntry>, enumeratum.EnumEntry.EnumEntryOps$, enumeratum.EnumEntry.Hyphencase, enumeratum.EnumEntry.LowerCamelcase, enumeratum.EnumEntry.Lowercase, enumeratum.EnumEntry.Snakecase, enumeratum.EnumEntry.Uncapitalised, enumeratum.EnumEntry.Uppercase, enumeratum.EnumEntry.UpperDotcase, enumeratum.EnumEntry.UpperHyphencase, enumeratum.EnumEntry.UpperSnakecase, enumeratum.EnumEntry.UpperWords, enumeratum.EnumEntry.Words
-
-
Field Summary
Fields Modifier and Type Field Description static ContainerMode.Container$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Container$()
-
Method Summary
-
Methods inherited from class csw.framework.models.ContainerMode
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, findValues, indexOf, lowerCaseNamesToValuesMap, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final ContainerMode.Container$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-