Package | Description |
---|---|
oracle.dbtools.plugin.api.types |
Provides a layer atop
java.lang.reflect package to aid dependency
resolution and injection. |
Modifier and Type | Method and Description |
---|---|
Primitive |
PrimitiveWrapper.primitive()
The corresponding
Primitive type |
static Primitive |
Primitive.valueOf(Class<?> type)
Determine the appropriate
Primitive instance for the specified type |
static Primitive |
Primitive.valueOf(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.
|