Package csw.alarm.models
Class Key.GlobalKey$
- java.lang.Object
-
- csw.alarm.models.Key
-
- csw.alarm.models.Key.GlobalKey$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Key
public static class Key.GlobalKey$ extends Key implements scala.Product, java.io.Serializable
Represents all the alarms available in the system- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.alarm.models.Key
Key.AlarmKey, Key.AlarmKey$, Key.ComponentKey, Key.ComponentKey$, Key.GlobalKey$, Key.SubsystemKey, Key.SubsystemKey$
-
-
Field Summary
Fields Modifier and Type Field Description static Key.GlobalKey$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description GlobalKey$()
-
-
-
Field Detail
-
MODULE$
public static final Key.GlobalKey$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-