TemplateObjectData

The Brady SDK TemplateObjectData object allows the user to retrieve an object on a Brady Workstation Template.

getName() throws -> String

getName gets a String representing the TemplateObjectData's set name.

getValue() -> String

getValue gets a String representing the TemplateObjectData's set value.

setValue(value: String) throws

setValue take's a String representing a new value that a user wants to set to the object. This is how a user may set the value of a Placeholder element on a Brady Workstation Template.

getDataObjectType() -> DataObjectType

getDataObjectType gets a DataObjectType representing the type of object the instance is.