Projekt

Obecné

Profil

Stáhnout (191 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
package cz.zcu.kiv.backendapi.external;
2

    
3
/**
4
 * Enum representing different sources of external catalog items
5
 */
6
public enum ExternalSource {
7
    PLEIADES,
8
    GEONAMES,
9
    CIGS,
10
    ANE
11
}
(5-5/7)