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 CustomerType
Customer. type
Methods in com.example.customerservice that return CustomerType Modifier and Type Method Description static CustomerType
CustomerType. fromValue(String v)
CustomerType
Customer. getType()
Gets the value of the type property.static CustomerType
CustomerType. 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 void
Customer. setType(CustomerType value)
Sets the value of the type property.
-