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