org.jooq.util
Interface EnumDefinition

All Superinterfaces:
Definition
All Known Implementing Classes:
DefaultEnumDefinition

public interface EnumDefinition
extends Definition

A definition for an ENUM UDT

Author:
Lukas Eder

Method Summary
 List<String> getLiterals()
           
 boolean isSynthetic()
           
 
Methods inherited from interface org.jooq.util.Definition
getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedName, getQualifiedOutputName, getSchema
 

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.


Copyright © 2012. All Rights Reserved.