-
- All Implemented Interfaces:
public class JobCodeLevel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static JobCodeLevel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Stringencode(Object data)Converts the provided data to a String on success, null otherwise. final JobCodeLeveldecode(Object data)Returns a valid JobCodeLevel for data, null otherwise. -
-
Method Detail
-
decode
final JobCodeLevel decode(Object data)
Returns a valid JobCodeLevel for data, null otherwise.
-
-
-
-