Contents
Class PropertyRange
java.lang.Object
com.maplander.backend.model.config.PropertyRange
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyRange
(PropertyTypeEnum type, OfferingTypeEnum offering, double min, double max) -
Method Summary
Modifier and TypeMethodDescriptiondouble
getMax()
double
getMin()
getType()
void
setMax
(double max) void
setMin
(double min) void
setOffering
(OfferingTypeEnum offering) void
setType
(PropertyTypeEnum type) toString()