Uses of Class
risesoft.data.transfer.core.column.impl.DateColumn.DateType
-
Packages that use DateColumn.DateType Package Description risesoft.data.transfer.core.column.impl -
-
Uses of DateColumn.DateType in risesoft.data.transfer.core.column.impl
Methods in risesoft.data.transfer.core.column.impl that return DateColumn.DateType Modifier and Type Method Description DateColumn.DateTypeDateColumn. getSubType()static DateColumn.DateTypeDateColumn.DateType. valueOf(String name)Returns the enum constant of this type with the specified name.static DateColumn.DateType[]DateColumn.DateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in risesoft.data.transfer.core.column.impl with parameters of type DateColumn.DateType Modifier and Type Method Description voidDateColumn. setSubType(DateColumn.DateType subType)
-