Interface ICommonSource<T extends java.lang.Enum<T>>

    • Method Detail

      • getDefault

        T getDefault()
        Get the default value for the Enum
        Returns:
        The default value
      • getFromString

        T getFromString​(java.lang.String s)
        Returns the source category from the given category string.
        Parameters:
        s - The category string
        Returns:
        the source category matching the given category string