Uses of Class
oracle.dbtools.plugin.api.types.Primitive
-
Packages that use Primitive Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflectpackage to aid dependency resolution and injection. -
-
Uses of Primitive in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return Primitive Modifier and Type Method Description PrimitivePrimitiveWrapper. primitive()The correspondingPrimitivetypestatic PrimitivePrimitive. valueOf(java.lang.Class<?> type)Determine the appropriatePrimitiveinstance for the specified typestatic PrimitivePrimitive. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Primitive[]Primitive. values()Returns an array containing the constants of this enum type, in the order they are declared.
-