Uses of Class
de.xima.fc.workflow.converter.EFormPersistFile
-
Packages that use EFormPersistFile Package Description de.xima.fc.workflow.converter -
-
Uses of EFormPersistFile in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return EFormPersistFile Modifier and Type Method Description static EFormPersistFile
EFormPersistFile. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormPersistFile[]
EFormPersistFile. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.workflow.converter that return types with arguments of type EFormPersistFile Modifier and Type Method Description static Optional<EFormPersistFile>
EFormPersistFile. determineType(GenericFormPersistFile file)
-