Interface EntityEnum

    • Method Detail

      • isValueEqual

        boolean isValueEqual​(Object value)
        Determines whether the passed value is equal to value associated with the current EntityEnum
        Parameters:
        value - a value to be compared to the value associated with the current EntityEnum
        Returns:
        value true if passed value is equal to the value associated with the current EntityEnum. Otherwise false.
      • getValue

        Object getValue()
        Returns value of concrete enum member.
        Returns:
        enum value