public class NodeScriptInterface extends Object
| Constructor and Description |
|---|
NodeScriptInterface() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getChanceBoolean(int seed,
String type,
String options) |
static Double |
getChanceDouble(int seed,
String type,
String options) |
static Integer |
getChanceInteger(int seed,
String type,
String options) |
static LocalDate |
getChanceLocalDate(int seed,
String type,
String options) |
static String |
getChanceString(int seed,
String type,
String options) |
static String |
getEan13(int seed) |
Copyright © 2022 Vaadin Ltd. All rights reserved.