Uses of Class
org.apache.syncope.client.console.wizards.CSVPullWizardBuilder.LineSeparator
-
Packages that use CSVPullWizardBuilder.LineSeparator Package Description org.apache.syncope.client.console.wizards -
-
Uses of CSVPullWizardBuilder.LineSeparator in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards that return CSVPullWizardBuilder.LineSeparator Modifier and Type Method Description static CSVPullWizardBuilder.LineSeparator
CSVPullWizardBuilder.LineSeparator. byRepr(String repr)
static CSVPullWizardBuilder.LineSeparator
CSVPullWizardBuilder.LineSeparator. valueOf(String name)
Returns the enum constant of this type with the specified name.static CSVPullWizardBuilder.LineSeparator[]
CSVPullWizardBuilder.LineSeparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-