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.reflect
package 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 Primitive
PrimitiveWrapper. primitive()
The correspondingPrimitive
typestatic Primitive
Primitive. valueOf(java.lang.Class<?> type)
Determine the appropriatePrimitive
instance for the specified typestatic Primitive
Primitive. 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.
-