/** * */ package qa.qcri.aidr.manager.util; /** * @author Latika * */ public enum GeoRestrictionType { STRICT, APPROXIMATE; }