Class DataObjectString

Class Hierarchy

Provides functions to the host, set, and get values of the given type.

Inherits properties and message types from DataObjectStringMetadata.

Synopsis

Methods
create()

Creates an instance of DataObjectString

setValue()

Sets the value of this data object

getValue()

Retrieves the value that is represented by this data object

DataObjectString.DataObjectString:create(objectName, value)

Creates an instance of DataObjectString.

Parameters
objectName (string)

The name of the object.

value (string)

Initial value of the object.

DataObjectString.DataObjectString:setValue(value)

Sets the value of this data object.

Parameters
value (string)

The value to set.

DataObjectString.DataObjectString:getValue()

Retrieves the value that is represented by this data object.

Return Values
(string)