Uses of Class
com.nelioalves.cursomc.domain.enums.TipoCliente
-
Packages that use TipoCliente Package Description com.nelioalves.cursomc.domain com.nelioalves.cursomc.domain.enums -
-
Uses of TipoCliente in com.nelioalves.cursomc.domain
Methods in com.nelioalves.cursomc.domain that return TipoCliente Modifier and Type Method Description TipoClienteCliente. getTipoCliente()Methods in com.nelioalves.cursomc.domain with parameters of type TipoCliente Modifier and Type Method Description voidCliente. setTipoCliente(TipoCliente tipoCliente)Constructors in com.nelioalves.cursomc.domain with parameters of type TipoCliente Constructor Description Cliente(Integer id, String nome, String email, String cpfOuCnpj, TipoCliente tipoCliente, String senha) -
Uses of TipoCliente in com.nelioalves.cursomc.domain.enums
Methods in com.nelioalves.cursomc.domain.enums that return TipoCliente Modifier and Type Method Description static TipoClienteTipoCliente. toEnum(Integer tipo)static TipoClienteTipoCliente. valueOf(String name)Returns the enum constant of this type with the specified name.static TipoCliente[]TipoCliente. values()Returns an array containing the constants of this enum type, in the order they are declared.
-