Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ApplicationParameter

The parameter of an application.

Properties

name

name: string

The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: "iterations", "input_file"

value

value: string

The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), "10", "mydata.xml", "${x}"

Functions

getDeserializedJsonObj

getJsonObj