-
- All Implemented Interfaces:
public class EnumAndStringConverterData model representing enum and string converter.
Instances are typically immutable after construction. Use builders or factory methods where provided.
-
-
Method Summary
Modifier and Type Method Description static FormatTypevalueOfFormat(@NonNull() String label)Performs value of format. static EventTypevalueOfEvent(@NonNull() String label)Performs value of event. -
-
Method Detail
-
valueOfFormat
static FormatType valueOfFormat(@NonNull() String label)
Performs value of format.
- Parameters:
label- label
-
valueOfEvent
static EventType valueOfEvent(@NonNull() String label)
Performs value of event.
- Parameters:
label- label
-
-
-
-