| Package | Description |
|---|---|
| net.joala.data.random |
Contains classes to generate random data.
|
| Modifier and Type | Method and Description |
|---|---|
protected RandomStringType |
DefaultRandomStringProvider.getStringType() |
static RandomStringType |
RandomStringType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomStringType[] |
RandomStringType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RandomStringProvider |
RandomStringProvider.type(RandomStringType type)
Specify the type of characters to create.
|
RandomStringProvider |
DefaultRandomStringProvider.type(RandomStringType type) |
| Constructor and Description |
|---|
DefaultRandomStringProvider(RandomStringType type) |
DefaultRandomStringProvider(RandomStringType type,
int defaultLen) |
DefaultRandomStringProvider(RandomStringType type,
int defaultMinLen,
int defaultMaxLen) |
Copyright © 2011-2013 CoreMedia AG. All Rights Reserved.