Uses of Enum Class
org.jooq.migrations.xml.jaxb.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in org.jooq.migrations.xml.jaxb
Fields in org.jooq.migrations.xml.jaxb declared as ChangeTypeMethods in org.jooq.migrations.xml.jaxb that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeType
FileType.getChange()
static ChangeType
Returns the enum constant of this class with the specified name.static ChangeType[]
ChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.migrations.xml.jaxb with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoid
FileType.setChange
(ChangeType value) FileType.withChange
(ChangeType value)