Uses of Class
at.jku.ssw.fp.sect07_1.PriceGroups
-
Packages that use PriceGroups Package Description at.jku.ssw.fp.sect07_1 -
-
Uses of PriceGroups in at.jku.ssw.fp.sect07_1
Methods in at.jku.ssw.fp.sect07_1 that return PriceGroups Modifier and Type Method Description static PriceGroups
PriceGroups. fromPrice(double price)
Returns the group based on a price value.static PriceGroups
PriceGroups. valueOf(String name)
Returns the enum constant of this type with the specified name.static PriceGroups[]
PriceGroups. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-