Interface EnumValue<T>

Type Parameters:
T - Generic for the enumeration value type.

public interface EnumValue<T>
This interface provides generic access to the original enum value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • enumValue

      T enumValue()