Package csw.prefix.models
Class Subsystem.M2COAT$
- java.lang.Object
-
- csw.prefix.models.Subsystem
-
- csw.prefix.models.Subsystem.M2COAT$
-
- All Implemented Interfaces:
enumeratum.EnumEntry
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Subsystem
public static class Subsystem.M2COAT$ extends Subsystem implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.prefix.models.Subsystem
Subsystem.AOESW$, Subsystem.APS$, Subsystem.CIS$, Subsystem.CLN$, Subsystem.Container$, Subsystem.CRYO$, Subsystem.CSW$, Subsystem.DMS$, Subsystem.DPS$, Subsystem.ENC$, Subsystem.ESEN$, Subsystem.ESW$, Subsystem.HNDL$, Subsystem.HQ$, Subsystem.IRIS$, Subsystem.LGSF$, Subsystem.M1COAT$, Subsystem.M1CS$, Subsystem.M1S$, Subsystem.M2COAT$, Subsystem.M2S$, Subsystem.M3S$, Subsystem.MODHIS$, Subsystem.NFIRAOS$, Subsystem.OSS$, Subsystem.REFR$, Subsystem.SCMS$, Subsystem.SER$, Subsystem.SOSS$, Subsystem.STR$, Subsystem.SUM$, Subsystem.TCS$, Subsystem.TINS$, Subsystem.WFOS$
-
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 Subsystem.M2COAT$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description M2COAT$()
-
Method Summary
-
Methods inherited from class csw.prefix.models.Subsystem
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, findValues, indexOf, longName, lowerCaseNamesToValuesMap, name, 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 Subsystem.M2COAT$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-