Packageconfiguration
Classpublic class SettingsParser

SettingsParser class provides access to the settings file data as a set of properties.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
SettingsParser($settingsData:XML)
Creates a new SettingsParser item for the specified settings data.
SettingsParser
Property detail
diagCaptionproperty
diagCaption:String  [read-only]

The application caption to show

Implementation
    public function get diagCaption():String
endTimeproperty 
endTime:TimeObject  [read-only]

The time of the day for the application to end working

Implementation
    public function get endTime():TimeObject
requestIntervalproperty 
requestInterval:int  [read-only]

The interval between requests to server

Implementation
    public function get requestInterval():int
requestURLproperty 
requestURL:String  [read-only]

The URL to use for requests to server

Implementation
    public function get requestURL():String
requiredUsedproperty 
requiredUsed:Boolean  [read-only]

Specifies whether Required Level lines should be shown

Implementation
    public function get requiredUsed():Boolean
startTimeproperty 
startTime:TimeObject  [read-only]

The time of the day for the application to start working

Implementation
    public function get startTime():TimeObject
workIntervalproperty 
workInterval:int  [read-only]

The numder of days for the application to work

Implementation
    public function get workInterval():int
Constructor detail
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