Package csw.alarm.models
Class Key.GlobalKey$
java.lang.Object
csw.alarm.models.Key
csw.alarm.models.Key.GlobalKey$
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Key
Represents all the alarms available in the system
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionstatic final Key.GlobalKey$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GlobalKey$
public GlobalKey$()
-