Uses of Class
br.com.gestimoveis.gprojetos.model.Genero
-
Packages that use Genero Package Description br.com.gestimoveis.gprojetos.model -
-
Uses of Genero in br.com.gestimoveis.gprojetos.model
Methods in br.com.gestimoveis.gprojetos.model that return Genero Modifier and Type Method Description Genero
Cliente. getGenero()
static Genero
Genero. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Genero[]
Genero. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.gestimoveis.gprojetos.model with parameters of type Genero Modifier and Type Method Description void
Cliente. setGenero(Genero genero)
-