All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.walkercrou.places.Price Maven / Gradle / Ivy

There is a newer version: 2.1.7
Show newest version
package se.walkercrou.places;

/**
 * Represents a price ranking of some place.
 */
public enum Price {
    FREE,
    INEXPENSIVE,
    MODERATE,
    EXPENSIVE,
    VERY_EXPENSIVE,
    NONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy