Uses of Class
org.jooq.meta.jaxb.ForcedTypeObjectType
-
Packages that use ForcedTypeObjectType Package Description org.jooq.meta.jaxb -
-
Uses of ForcedTypeObjectType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as ForcedTypeObjectType Modifier and Type Field Description protected ForcedTypeObjectTypeForcedType. objectTypeMethods in org.jooq.meta.jaxb that return ForcedTypeObjectType Modifier and Type Method Description static ForcedTypeObjectTypeForcedTypeObjectType. fromValue(String v)ForcedTypeObjectTypeForcedType. getObjectType()Whether this forced type should apply to all object types, or only to specific onesstatic ForcedTypeObjectTypeForcedTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ForcedTypeObjectType[]ForcedTypeObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type ForcedTypeObjectType Modifier and Type Method Description voidForcedType. setObjectType(ForcedTypeObjectType value)Whether this forced type should apply to all object types, or only to specific onesForcedTypeForcedType. withObjectType(ForcedTypeObjectType value)Whether this forced type should apply to all object types, or only to specific ones
-