Uses of Enum
de.xima.fc.prompt.service.support.EPromptConfigParamFileMultiplicity
Packages that use EPromptConfigParamFileMultiplicity
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of EPromptConfigParamFileMultiplicity in de.xima.fc.prompt.service.support
Subclasses with type arguments of type EPromptConfigParamFileMultiplicity in de.xima.fc.prompt.service.supportModifier and TypeClassDescriptionenumEnumeration that defines the multiplicity of file input parameters in a prompt query configuration, e.g. how many files are allowed.Methods in de.xima.fc.prompt.service.support that return EPromptConfigParamFileMultiplicityModifier and TypeMethodDescriptionPromptFileSetParameter.getMultiplicity()Gets how many files can or must be provided for this set of files.Returns the enum constant of this type with the specified name.static EPromptConfigParamFileMultiplicity[]EPromptConfigParamFileMultiplicity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.prompt.service.support with parameters of type EPromptConfigParamFileMultiplicityModifier and TypeMethodDescriptionvoidPromptFileSetParameter.setMultiplicity(EPromptConfigParamFileMultiplicity multiplicity) Sets how many files can or must be provided for this set of files.