Uses of Class
cdc.impex.templates.ImportAction
-
Packages that use ImportAction Package Description cdc.impex.imports cdc.impex.templates -
-
Uses of ImportAction in cdc.impex.imports
Methods in cdc.impex.imports that return ImportAction Modifier and Type Method Description ImportActionImportRow. getAction() -
Uses of ImportAction in cdc.impex.templates
Methods in cdc.impex.templates that return ImportAction Modifier and Type Method Description ImportAction[]Usage. getImportActions(Presence presence)static ImportActionImportAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportAction[]ImportAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.impex.templates that return types with arguments of type ImportAction Modifier and Type Method Description ColumnTemplate<ImportAction>SheetTemplate. getActionColumn()Methods in cdc.impex.templates with parameters of type ImportAction Modifier and Type Method Description PresenceUsage. getPresence(ImportAction action)booleanUsage. isIgnoredFor(ImportAction action)booleanUsage. isMandatoryFor(ImportAction action)booleanUsage. isOptionalFor(ImportAction action)
-