Uses of Class
nzilbb.labbcat.model.SystemAttribute
Packages that use SystemAttribute
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
-
Uses of SystemAttribute in nzilbb.labbcat
Methods in nzilbb.labbcat that return SystemAttributeModifier and TypeMethodDescriptionLabbcatAdmin.readSystemAttributes()
Reads a list of system_attribute records.LabbcatAdmin.updateSystemAttribute
(String attribute, String value) Updates an existing systemAttribute record.LabbcatAdmin.updateSystemAttribute
(SystemAttribute systemAttribute) Updates an existing systemAttribute record.Methods in nzilbb.labbcat with parameters of type SystemAttributeModifier and TypeMethodDescriptionLabbcatAdmin.updateSystemAttribute
(SystemAttribute systemAttribute) Updates an existing systemAttribute record. -
Uses of SystemAttribute in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return SystemAttributeModifier and TypeMethodDescriptionSystemAttribute.setAttribute
(String newAttribute) Setter forattribute
: ID of the attribute.SystemAttribute.setDescription
(String newDescription) Setter fordescription
: User-facing (long) description of the attribute.Setter forlabel
: User-facing label for the attribute.SystemAttribute.setOptions
(Map<String, String> newOptions) Setter foroptions
: Iftype
is "select", these are the valid options for the attribute, where the map key is the attribute value and the map value is the user-facing label for the option.Setter forstyle
: Style definition which depends ontype
- e.g.Setter fortype
: The type of the attribute - "string", "integer", "boolean", "select", etc.Setter forvalue
: The value of the attribute.