Download this file

DistanceType.java    9 lines (7 with data), 129 Bytes

1
2
3
4
5
6
7
8
package eu.alfred.recommendationengine.model;
/**
* Created by tobias on 2/1/16.
*/
public enum DistanceType {
km, mile
}