Uses of Class
edu.upf.taln.dri.module.importer.SourceENUM
-
Packages that use SourceENUM Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.module.importer -
-
Uses of SourceENUM in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return SourceENUM Modifier and Type Method Description SourceENUM
Document. getSourceDocumentType()
Get the original document type from which theDocument
instance has been created.SourceENUM
DocumentImpl. getSourceDocumentType()
-
Uses of SourceENUM in edu.upf.taln.dri.module.importer
Methods in edu.upf.taln.dri.module.importer that return SourceENUM Modifier and Type Method Description static SourceENUM
SourceENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceENUM[]
SourceENUM. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-