| Package | configuration |
| Class | public class SettingsParser |
| Property | Defined by | ||
|---|---|---|---|
| diagCaption : String [read-only]
The application caption to show
| SettingsParser | ||
| endTime : TimeObject
[read-only]
The time of the day for the application to end working
| SettingsParser | ||
| requestInterval : int [read-only]
The interval between requests to server
| SettingsParser | ||
| requestURL : String [read-only]
The URL to use for requests to server
| SettingsParser | ||
| requiredUsed : Boolean [read-only]
Specifies whether Required Level lines should be shown
| SettingsParser | ||
| startTime : TimeObject
[read-only]
The time of the day for the application to start working
| SettingsParser | ||
| workInterval : int [read-only]
The numder of days for the application to work
| SettingsParser | ||
| Method | Defined by | ||
|---|---|---|---|
|
SettingsParser($settingsData:XML)
Creates a new SettingsParser item for the specified settings data.
| SettingsParser | ||
| diagCaption | property |
diagCaption:String [read-only]The application caption to show
Implementation public function get diagCaption():String
| endTime | property |
endTime:TimeObject [read-only]The time of the day for the application to end working
Implementation public function get endTime():TimeObject
| requestInterval | property |
requestInterval:int [read-only]The interval between requests to server
Implementation public function get requestInterval():int
| requestURL | property |
requestURL:String [read-only]The URL to use for requests to server
Implementation public function get requestURL():String
| requiredUsed | property |
requiredUsed:Boolean [read-only]Specifies whether Required Level lines should be shown
Implementation public function get requiredUsed():Boolean
| startTime | property |
startTime:TimeObject [read-only]The time of the day for the application to start working
Implementation public function get startTime():TimeObject
| workInterval | property |
workInterval:int [read-only]The numder of days for the application to work
Implementation public function get workInterval():int
| SettingsParser | () | constructor |
public function SettingsParser($settingsData:XML)Creates a new SettingsParser item for the specified settings data.
Parameters$settingsData:XML — settings in the form of XML tree
|