Uses of Class
org.apache.camel.quarkus.component.soap.it.service.CustomerType
-
Packages that use CustomerType Package Description org.apache.camel.quarkus.component.soap.it.service -
-
Uses of CustomerType in org.apache.camel.quarkus.component.soap.it.service
Fields in org.apache.camel.quarkus.component.soap.it.service declared as CustomerType Modifier and Type Field Description protected CustomerTypeCustomer. typeMethods in org.apache.camel.quarkus.component.soap.it.service that return CustomerType Modifier and Type Method Description static CustomerTypeCustomerType. fromValue(String v)CustomerTypeCustomer. getType()static CustomerTypeCustomerType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerType[]CustomerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.component.soap.it.service with parameters of type CustomerType Modifier and Type Method Description voidCustomer. setType(CustomerType value)
-