Uses of Enum Class
org.apache.camel.component.dummy.Drinks
-
Uses of Drinks in org.apache.camel.component.dummy
Methods in org.apache.camel.component.dummy that return DrinksModifier and TypeMethodDescriptionDummyEndpoint.getDrink()static DrinksReturns the enum constant of this class with the specified name.static Drinks[]Drinks.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.dummy with parameters of type DrinksConstructors in org.apache.camel.component.dummy with parameters of type DrinksModifierConstructorDescriptionDummyProducer(org.apache.camel.Endpoint endpoint, Drinks drink, int amount, boolean celebrity)