Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3-M1
-
Fix Version/s: 2.3-M3
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
It seems that each getter returning a collection is plurial. For example in Citation, the method getDescriptiveKeywords() or getResourceSpecificUsages(), in MetaData getContacts() ...
Here is a list of getters that I think could be in plurial:
- Identification
+ getResourceMaintenance()
+ getResourceFormat() - DataIdentification
+ getLanguage()
+ getExtent() - Constraints
+ getUseLimitation() - Element
+ getNamesOfMeasure() - Georeferenceable
+ getParameterCitation() - Citation
+ getPresentationForm()
Here I join a patch where I depreciate the old methods for the new ones that have a name in plurial.
Commited as of revision 1438.