Uses of Class
cdc.impex.api.templates.Usage
-
Packages that use Usage Package Description cdc.impex.api.templates -
-
Uses of Usage in cdc.impex.api.templates
Methods in cdc.impex.api.templates that return Usage Modifier and Type Method Description UsageColumnTemplate. getUsage()static UsageUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static Usage[]Usage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.impex.api.templates with parameters of type Usage Modifier and Type Method Description List<String>SheetTemplate. getColumnNames(Usage usage)Returns a list of column names that match a usage.List<ColumnTemplate<?>>SheetTemplate. getColumns(Usage usage)ColumnTemplate.Builder<T>ColumnTemplate.Builder. usage(Usage usage)
-