Uses of Class
edu.upf.taln.dri.lib.model.ext.CitationSourceENUM
-
Packages that use CitationSourceENUM Package Description edu.upf.taln.dri.lib.model.ext -
-
Uses of CitationSourceENUM in edu.upf.taln.dri.lib.model.ext
Methods in edu.upf.taln.dri.lib.model.ext that return CitationSourceENUM Modifier and Type Method Description static CitationSourceENUM
CitationSourceENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static CitationSourceENUM[]
CitationSourceENUM. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type CitationSourceENUM Modifier and Type Method Description Set<CitationSourceENUM>
Citation. getSource()
The sources from which the citation data have been retrievedSet<CitationSourceENUM>
CitationImpl. getSource()
Methods in edu.upf.taln.dri.lib.model.ext with parameters of type CitationSourceENUM Modifier and Type Method Description void
CitationImpl. addSource(CitationSourceENUM source)
-