Interface IEnumerationHandler

    • Method Detail

      • getEnumeration

        Enumeration getEnumeration​(java.lang.String value)
                            throws EnumerationException
        Attempt to find an enumeration from a list of enumeration values.
        Parameters:
        value - Value for which to find an enumeration.
        Throws:
        EnumerationException
      • getEntity

        java.lang.Class<? extends Enumeration> getEntity()
        Retrieve the entity corresponding to this handler.