Uses of Class
org.jooq.util.xml.jaxb.ObjectType
-
Packages that use ObjectType Package Description org.jooq.util.xml.jaxb -
-
Uses of ObjectType in org.jooq.util.xml.jaxb
Methods in org.jooq.util.xml.jaxb that return ObjectType Modifier and Type Method Description static ObjectType
ObjectType. fromValue(String v)
static ObjectType
ObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectType[]
ObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-