public final class EnumRandomGenerator extends java.lang.Object implements RandomGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
doGenerate(java.lang.Class<?> type)
Perform random generation.
|
static EnumRandomGenerator |
getInstance() |
java.util.Collection<java.lang.Class<?>> |
getTypes()
This method is used to get the types that this RandomGenerator is responsible for.
|
public static EnumRandomGenerator getInstance()
public java.lang.Object doGenerate(java.lang.Class<?> type)
RandomGeneratordoGenerate in interface RandomGeneratortype - The type to generate for.public java.util.Collection<java.lang.Class<?>> getTypes()
RandomGeneratorgetTypes in interface RandomGeneratorCopyright © 2010-2015. All Rights Reserved.