Uses of Class
edu.upf.taln.dri.lib.model.ext.PubIdENUM
-
Packages that use PubIdENUM Package Description edu.upf.taln.dri.lib.model.ext -
-
Uses of PubIdENUM in edu.upf.taln.dri.lib.model.ext
Methods in edu.upf.taln.dri.lib.model.ext that return PubIdENUM Modifier and Type Method Description static PubIdENUM
PubIdENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static PubIdENUM[]
PubIdENUM. 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 with parameters of type PubIdENUM Modifier and Type Method Description String
Citation. getPubID(PubIdENUM pubIDtype)
The specific ID of the paper, if anyString
CitationImpl. getPubID(PubIdENUM pubIDtype)
String
Header. getPubID(PubIdENUM pubIDtype)
The specific ID of the paper, if anyString
HeaderImpl. getPubID(PubIdENUM pubIDtype)
void
CitationImpl. setPubID(PubIdENUM pubIDtype, String pubIDvalue)
void
HeaderImpl. setPubID(PubIdENUM pubIDtype, String pubIDvalue)
-