/* * Copyright (c) 2015. Bearchoke */ package com.bearchoke.platform.domain.search.enums; /** * Created by Bjorn Harvold * Date: 2/22/15 * Time: 1:51 PM * Responsibility: */ public enum LocationType { AIRPORT, CITY }