Uses of Class
client.dto.enums.ParallelType
-
Packages that use ParallelType Package Description client.dto.enums client.dto.objects -
-
Uses of ParallelType in client.dto.enums
Methods in client.dto.enums that return ParallelType Modifier and Type Method Description static ParallelTypeParallelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParallelType[]ParallelType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParallelType in client.dto.objects
Methods in client.dto.objects that return ParallelType Modifier and Type Method Description ParallelTypeParallel. getParallelType()
-