Project

General

Profile

Download (189 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package org.bgbm.biovel.drf.checklist;
2

    
3
public enum SearchMode {
4

    
5
    scientificNameExact,
6
    scientificNameLike,
7
    vernacularNameExact,
8
    vernacularNameLike,
9
    findByIdentifier;
10

    
11
}
(9-9/12)