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() throws -> 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.
getTemplateObjectType() -> TemplateObjectType
getTemplateObjectType gets a TemplateObjectType representing the type of object the instance is.