Uses of Class
adams.flow.source.SQLIdSupplier.Type
-
Packages that use SQLIdSupplier.Type Package Description adams.flow.source -
-
Uses of SQLIdSupplier.Type in adams.flow.source
Fields in adams.flow.source declared as SQLIdSupplier.Type Modifier and Type Field Description protected SQLIdSupplier.Type
SQLIdSupplier. m_Type
the type of IDs to generate.Methods in adams.flow.source that return SQLIdSupplier.Type Modifier and Type Method Description SQLIdSupplier.Type
SQLIdSupplier. getType()
Returns the type of IDs to generate.static SQLIdSupplier.Type
SQLIdSupplier.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLIdSupplier.Type[]
SQLIdSupplier.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type SQLIdSupplier.Type Modifier and Type Method Description void
SQLIdSupplier. setType(SQLIdSupplier.Type value)
Sets the type of IDs to generate.
-