Package org.jooq.meta

Interface EnumDefinition

    • Method Detail

      • getLiterals

        List<String> getLiterals()
        Returns:
        The literals defined in this enum
      • isSynthetic

        boolean isSynthetic()
        Returns:
        Whether this enum type is "synthetic", i.e. not defined in the database, but in code generation configurations.