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 TypeMethodDescriptionvoidNERTag.setElement(ElementReference element) Setter for the fieldelement.Method parameters in io.goobi.viewer.api.rest.model.ner with type arguments of type ElementReferenceModifier and TypeMethodDescriptionvoidTagCount.addReferences(List<ElementReference> references) addReferences.voidTagCount.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.