Uses of Enum Class
org.frankframework.pipes.UUIDGeneratorPipe.Type
Packages that use UUIDGeneratorPipe.Type
-
Uses of UUIDGeneratorPipe.Type in org.frankframework.pipes
Subclasses with type arguments of type UUIDGeneratorPipe.Type in org.frankframework.pipesMethods in org.frankframework.pipes that return UUIDGeneratorPipe.TypeModifier and TypeMethodDescriptionstatic UUIDGeneratorPipe.TypeReturns 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 TypeMethodDescriptionvoidUUIDGeneratorPipe.setType(UUIDGeneratorPipe.Type value) Format of generated string.