Uses of Enum
io.github.ai4ci.util.SimpleDistribution.Type
Packages that use SimpleDistribution.Type
-
Uses of SimpleDistribution.Type in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return SimpleDistribution.TypeModifier and TypeMethodDescriptionImmutableSimpleDistribution.getType()
SimpleDistribution.getType()
static SimpleDistribution.Type
Returns the enum constant of this type with the specified name.static SimpleDistribution.Type[]
SimpleDistribution.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ai4ci.util with parameters of type SimpleDistribution.TypeModifier and TypeMethodDescriptionImmutableSimpleDistribution.Builder.setType
(SimpleDistribution.Type type) Initializes the value for thetype
attribute.ImmutableSimpleDistribution.withType
(SimpleDistribution.Type value) Copy the current immutable object by setting a value for thetype
attribute.