Uses of Enum Class
org.refcodes.textual.RandomTextMode
-
Uses of RandomTextMode in org.refcodes.textual
Subclasses with type arguments of type RandomTextMode in org.refcodes.textualModifier and TypeClassDescriptionenum
TheRandomTextMode
specifies for according chars to be used when generating random text.Methods in org.refcodes.textual that return RandomTextModeModifier and TypeMethodDescriptionRandomTextGenerartor.getRandomTextMode()
Retrieves the random text mode from the random text mode property.static RandomTextMode
Returns the enum constant of this class with the specified name.static RandomTextMode[]
RandomTextMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.textual with parameters of type RandomTextModeModifier and TypeMethodDescriptionstatic String
RandomTextGenerartor.asString
(int aColumnWidth, RandomTextMode aRandomTextMode) Creates a random text from the given parameters.void
RandomTextGenerartor.setRandomTextMode
(RandomTextMode aRandomTextMode) Sets the random text mode for the random text mode property.RandomTextGenerartor.withRandomTextMode
(RandomTextMode aRandomTextMode) Sets the random text mode for the random text mode property.