SelectBuilder
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
add(args: SelectElement): * |
|
Public Constructors
Public Methods
public add(args: SelectElement): * source
Params:
| Name | Type | Attribute | Description |
| args | SelectElement | The parameters will be operators of the class SelectElement |
Return:
| * |
Example:
sb.add(Se.element('provision.device.identifier', ['value'], 'identifier'), sb.add(Se.element('device.temperature.value', ['value'])))