System Table

System Table

The system table contains various system wide settings which are often useful when writing Route Scripts.

Values in the system table are essentially stored as key/value pairs.

To obtain a reference to a system entity call getSystemVariable(<key>)


The resulting System class provides the following methods.

Method

Arguments

Return Type

Descrption

Method

Arguments

Return Type

Descrption

getVValue()

 

None

String

Returns the value of the System variable.

getVKey()

None

String

Returns the key of the System variable.