Class NodeScriptInterface

java.lang.Object
com.vaadin.exampledata.NodeScriptInterface

public class NodeScriptInterface extends Object
  • Constructor Details

    • NodeScriptInterface

      public NodeScriptInterface()
  • Method Details

    • getChanceString

      public static String getChanceString(int seed, String type, String options)
    • getChanceInteger

      public static Integer getChanceInteger(int seed, String type, String options)
    • getChanceBoolean

      public static Boolean getChanceBoolean(int seed, String type, String options)
    • getChanceDouble

      public static Double getChanceDouble(int seed, String type, String options)
    • getChanceLocalDate

      public static LocalDate getChanceLocalDate(int seed, String type, String options)
    • getEan13

      public static String getEan13(int seed)