Uses of Class
risesoft.data.transfer.core.column.Column.Type
-
Packages that use Column.Type Package Description risesoft.data.transfer.core.column -
-
Uses of Column.Type in risesoft.data.transfer.core.column
Methods in risesoft.data.transfer.core.column that return Column.Type Modifier and Type Method Description Column.TypeColumn. getType()static Column.TypeColumn.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Column.Type[]Column.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in risesoft.data.transfer.core.column with parameters of type Column.Type Modifier and Type Method Description protected voidColumn. setType(Column.Type type)Constructors in risesoft.data.transfer.core.column with parameters of type Column.Type Constructor Description Column(Object object, Column.Type type, long byteSize, String name)
-