Uses of Class
jasima.shopSim.models.staticShop.StaticShopExperiment.RoundingMode
-
Packages that use StaticShopExperiment.RoundingMode Package Description jasima.shopSim.models.staticShop -
-
Uses of StaticShopExperiment.RoundingMode in jasima.shopSim.models.staticShop
Methods in jasima.shopSim.models.staticShop that return StaticShopExperiment.RoundingMode Modifier and Type Method Description StaticShopExperiment.RoundingModeStaticShopExperiment. getRoundingMode()static StaticShopExperiment.RoundingModeStaticShopExperiment.RoundingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StaticShopExperiment.RoundingMode[]StaticShopExperiment.RoundingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.shopSim.models.staticShop with parameters of type StaticShopExperiment.RoundingMode Modifier and Type Method Description voidStaticShopExperiment. setRoundingMode(StaticShopExperiment.RoundingMode roundingMode)Sets the rounding mode when computing a new due date.
-