Package 

Class EnumAndStringConverter

  • All Implemented Interfaces:

    
    public class EnumAndStringConverter
    
                        

    Data model representing enum and string converter.

    Instances are typically immutable after construction. Use builders or factory methods where provided.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static FormatType valueOfFormat(@NonNull() String label) Performs value of format.
      static EventType valueOfEvent(@NonNull() String label) Performs value of event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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