Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TagList
A collection of tags
Parameters
Name Type Description

dateValues

List(TagDateValueAdd)

Not null
Default value: new LinkedList()

Date values

freeTextValues

List(TagStringValueAdd)

Not null
Default value: new LinkedList()

Free text values

numericValues

List(TagNumericValueAdd)

Not null
Default value: new LinkedList()

Numeric values

Json Format
{
freeTextValues: List(
{
tagName: String,
tagValue: String
}),
dateValues: List(
{
tagName: String,
tagValue: Date
}),
numericValues: List(
{
tagName: String,
tagValue: Number
})
}