Package csw.location.models
Class ComponentType.Container$
- java.lang.Object
 - 
- csw.location.models.ComponentType
 - 
- csw.location.models.ComponentType.Container$
 
 
 
- 
- All Implemented Interfaces:
 enumeratum.EnumEntry,enumeratum.EnumEntry.CapitalSnakecase,enumeratum.EnumEntry.Lowercase,enumeratum.EnumEntry.Snakecase,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
 - ComponentType
 
public static class ComponentType.Container$ extends ComponentType implements scala.Product, java.io.Serializable
Represents a container for components e.g assemblies and HCDs- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class csw.location.models.ComponentType
ComponentType.Assembly$, ComponentType.Container$, ComponentType.HCD$, ComponentType.Machine$, ComponentType.SequenceComponent$, ComponentType.Sequencer$, ComponentType.Service$ 
- 
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 ComponentType.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.location.models.ComponentType
enumeratum$Enum$$existingEntriesString, findValues, indexOf, lowerCaseNamesToValuesMap, messageManifest, name, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameInsensitive, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyOption 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface enumeratum.EnumEntry.CapitalSnakecase
entryName, enumeratum$EnumEntry$CapitalSnakecase$$stableEntryName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ComponentType.Container$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -