Uses of Class
com.example.customerservice.CustomerType
-
Packages that use CustomerType Package Description com.example.customerservice -
-
Uses of CustomerType in com.example.customerservice
Fields in com.example.customerservice declared as CustomerType Modifier and Type Field Description protected CustomerTypeCustomer. typeMethods in com.example.customerservice that return CustomerType Modifier and Type Method Description static CustomerTypeCustomerType. fromValue(String v)CustomerTypeCustomer. getType()Gets the value of the type property.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 com.example.customerservice with parameters of type CustomerType Modifier and Type Method Description voidCustomer. setType(CustomerType value)Sets the value of the type property.
-