Uses of Class
io.goobi.viewer.api.rest.model.ner.ElementReference
Packages that use ElementReference
-
Uses of ElementReference in io.goobi.viewer.api.rest.model.ner
Methods in io.goobi.viewer.api.rest.model.ner that return ElementReferenceMethods in io.goobi.viewer.api.rest.model.ner that return types with arguments of type ElementReferenceMethods in io.goobi.viewer.api.rest.model.ner with parameters of type ElementReferenceModifier and TypeMethodDescriptionvoid
NERTag.setElement
(ElementReference element) Setter for the fieldelement
.Method parameters in io.goobi.viewer.api.rest.model.ner with type arguments of type ElementReferenceModifier and TypeMethodDescriptionvoid
TagCount.addReferences
(List<ElementReference> references) addReferences.void
TagCount.setReferences
(List<ElementReference> references) Setter for the fieldreferences
.Constructors in io.goobi.viewer.api.rest.model.ner with parameters of type ElementReferenceModifierConstructorDescriptionNERTag
(String id, String value, NERTag.Type type, ElementReference element) Constructor for NERTag.TagCount
(String value, NERTag.Type type, ElementReference element) Constructor for TagCount.