Uses of Enum Class
info.ejava.examples.app.testing.testbasics.tips.ServiceQuality
Packages that use ServiceQuality
-
Uses of ServiceQuality in info.ejava.examples.app.testing.testbasics.tips
Methods in info.ejava.examples.app.testing.testbasics.tips that return ServiceQualityModifier and TypeMethodDescriptionstatic ServiceQualityReturns the enum constant of this class with the specified name.static ServiceQuality[]ServiceQuality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in info.ejava.examples.app.testing.testbasics.tips with parameters of type ServiceQualityModifier and TypeMethodDescriptionBillCalculator.calcShares(BigDecimal total, ServiceQuality service, int numPeople) BillCalculatorImpl.calcShares(BigDecimal total, ServiceQuality service, int numPeople) StandardTippingImpl.calcTip(BigDecimal amount, ServiceQuality serviceQuality) TipCalculator.calcTip(BigDecimal amount, ServiceQuality serviceQuality)