Uses of Enum Class
org.frankframework.pipes.UUIDGeneratorPipe.Type
Packages that use UUIDGeneratorPipe.Type
-
Uses of UUIDGeneratorPipe.Type in org.frankframework.pipes
Methods in org.frankframework.pipes that return UUIDGeneratorPipe.TypeModifier and TypeMethodDescriptionUUIDGeneratorPipe.getType()
static UUIDGeneratorPipe.Type
Returns the enum constant of this class with the specified name.static UUIDGeneratorPipe.Type[]
UUIDGeneratorPipe.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type UUIDGeneratorPipe.TypeModifier and TypeMethodDescriptionvoid
UUIDGeneratorPipe.setType
(UUIDGeneratorPipe.Type value) Format of generated string.