Interface AltEnum

All Known Implementing Classes:
EnumAltEnumImpl, StringAltEnumImpl

public interface AltEnum
An alternate for Enum that can also exist at build time
Author:
jwells
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the declaring class of the enumeration
    Returns the String that is the name/value of the enum
  • Method Details

    • getDeclaringClass

      String getDeclaringClass()
      Gets the declaring class of the enumeration
      Returns:
    • getName

      String getName()
      Returns the String that is the name/value of the enum
      Returns: