Package csw.params.core.models
Class SemesterId$
- java.lang.Object
-
- csw.params.core.models.SemesterId$
-
- All Implemented Interfaces:
java.io.Serializable
public class SemesterId$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SemesterId$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SemesterId$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SemesterId
apply(java.lang.String semesterId)
-
-
-
Field Detail
-
MODULE$
public static final SemesterId$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public SemesterId apply(java.lang.String semesterId)
-
-