Uses of Class
nzilbb.labbcat.model.SystemAttribute
-
Packages that use SystemAttribute Package Description nzilbb.labbcat LaBB-CAT client library.nzilbb.labbcat.model LaBB-CAT client models. -
-
Uses of SystemAttribute in nzilbb.labbcat
Methods in nzilbb.labbcat that return SystemAttribute Modifier and Type Method Description SystemAttribute[]LabbcatAdmin. readSystemAttributes()Reads a list of system_attribute records.SystemAttributeLabbcatAdmin. updateSystemAttribute(String attribute, String value)Updates an existing systemAttribute record.SystemAttributeLabbcatAdmin. updateSystemAttribute(SystemAttribute systemAttribute)Updates an existing systemAttribute record.Methods in nzilbb.labbcat with parameters of type SystemAttribute Modifier and Type Method Description SystemAttributeLabbcatAdmin. updateSystemAttribute(SystemAttribute systemAttribute)Updates an existing systemAttribute record. -
Uses of SystemAttribute in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return SystemAttribute Modifier and Type Method Description SystemAttributeSystemAttribute. setAttribute(String newAttribute)Setter forattribute: ID of the attribute.SystemAttributeSystemAttribute. setDescription(String newDescription)Setter fordescription: User-facing (long) description of the attribute.SystemAttributeSystemAttribute. setLabel(String newLabel)Setter forlabel: User-facing label for the attribute.SystemAttributeSystemAttribute. setOptions(Map<String,String> newOptions)Setter foroptions: Iftypeis "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.SystemAttributeSystemAttribute. setStyle(String newStyle)Setter forstyle: Style definition which depends ontype- e.g.SystemAttributeSystemAttribute. setType(String newType)Setter fortype: The type of the attribute - "string", "integer", "boolean", "select", etc.SystemAttributeSystemAttribute. setValue(String newValue)Setter forvalue: The value of the attribute.
-