Package csw.params.core.states
Class StateName
- java.lang.Object
-
- csw.params.core.states.StateName
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public class StateName extends java.lang.Object implements scala.Product, java.io.Serializable
A wrapper class representing the name of a stateparam: name represents the name of the state for CurrentState or DemandState
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateName(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
java.lang.String
name()
static java.lang.String
toString()
-