Uses of Enum Class
org.jooq.meta.jaxb.VisibilityModifier
Packages that use VisibilityModifier
-
Uses of VisibilityModifier in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as VisibilityModifierModifier and TypeFieldDescriptionprotected VisibilityModifierCustomType.visibilityModifierDeprecated.protected VisibilityModifierForcedType.visibilityModifierprotected VisibilityModifierGenerate.visibilityModifierMethods in org.jooq.meta.jaxb that return VisibilityModifierModifier and TypeMethodDescriptionstatic VisibilityModifierCustomType.getVisibilityModifier()Deprecated.Use ForcedType onlyForcedType.getVisibilityModifier()The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.Generate.getVisibilityModifier()The visibility modifier to be used with generated code.static VisibilityModifierReturns the enum constant of this class with the specified name.static VisibilityModifier[]VisibilityModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type VisibilityModifierModifier and TypeMethodDescriptionvoidCustomType.setVisibilityModifier(VisibilityModifier value) Deprecated.Use ForcedType onlyvoidForcedType.setVisibilityModifier(VisibilityModifier value) The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.voidGenerate.setVisibilityModifier(VisibilityModifier value) The visibility modifier to be used with generated code.CustomType.withVisibilityModifier(VisibilityModifier value) Deprecated.Use ForcedType onlyForcedType.withVisibilityModifier(VisibilityModifier value) The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.Generate.withVisibilityModifier(VisibilityModifier value) The visibility modifier to be used with generated code.