Software
This is a base object that allows the user to create a Datapoint.
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
composeElement(): * |
|
| public |
Set the date attribute |
|
| public |
Set the name attribute |
|
| public |
Set the type attribute |
|
| public |
withVersion(version: string): Software Set the version attribute |
|
Public Constructors
public constructor() source
Public Methods
public withDate(date: string): Software source
Set the date attribute
Params:
| Name | Type | Attribute | Description |
| date | string |
public withName(name: string): Software source
Set the name attribute
Params:
| Name | Type | Attribute | Description |
| name | string |