Uses of Enum Class
com.example.pedido.domain.model.TipoCliente
Packages that use TipoCliente
-
Uses of TipoCliente in com.example.pedido.domain.desconto
Methods in com.example.pedido.domain.desconto with parameters of type TipoClienteModifier and TypeMethodDescriptionstatic DescontoStrategy
DescontoFactory.getStrategy
(TipoCliente tipo) -
Uses of TipoCliente in com.example.pedido.domain.model
Methods in com.example.pedido.domain.model that return TipoClienteModifier and TypeMethodDescriptionPedido.getTipoCliente()
static TipoCliente
Returns the enum constant of this class with the specified name.static TipoCliente[]
TipoCliente.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.example.pedido.domain.model with parameters of type TipoClienteConstructors in com.example.pedido.domain.model with parameters of type TipoCliente