Uses of Class
org.openiam.am.srvc.constants.CSVSource
-
Packages that use CSVSource Package Description org.openiam.am.srvc.constants -
-
Uses of CSVSource in org.openiam.am.srvc.constants
Methods in org.openiam.am.srvc.constants that return CSVSource Modifier and Type Method Description static CSVSource
CSVSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static CSVSource[]
CSVSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-