Class LifecycleStateChanged.NameableLifecycleStateChanged$
- java.lang.Object
-
- csw.command.client.models.framework.LifecycleStateChanged.NameableLifecycleStateChanged$
-
- All Implemented Interfaces:
Nameable<LifecycleStateChanged>
- Enclosing class:
- LifecycleStateChanged
public static class LifecycleStateChanged.NameableLifecycleStateChanged$ extends java.lang.Object implements Nameable<LifecycleStateChanged>
-
-
Field Summary
Fields Modifier and Type Field Description static LifecycleStateChanged.NameableLifecycleStateChanged$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description NameableLifecycleStateChanged$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateName
name(LifecycleStateChanged state)
-
-
-
Field Detail
-
MODULE$
public static final LifecycleStateChanged.NameableLifecycleStateChanged$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
name
public StateName name(LifecycleStateChanged state)
- Specified by:
name
in interfaceNameable<LifecycleStateChanged>
-
-