Uses of Class
cdc.impex.templates.Primitive
-
Packages that use Primitive Package Description cdc.impex.templates -
-
Uses of Primitive in cdc.impex.templates
Methods in cdc.impex.templates that return Primitive Modifier and Type Method Description PrimitiveColumnTemplate. getPrimitive()static PrimitivePrimitive. getPrimitive(Class<?> cls)Returns the Primitive corresponding to a class.static PrimitivePrimitive. 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.
-