Package csw.params.core.models
Class Choice$
java.lang.Object
csw.params.core.models.Choice$
- All Implemented Interfaces:
Serializable
Provides implicit conversion from String to Choice
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Choice$
public Choice$()
-
-
Method Details
-
toChoice
Create a Choice from given name- Parameters:
name
- represents the name of the Choice- Returns:
- an instance of Choice
-