Uses of Class
br.com.gestimoveis.gprojetos.model.EstadoCivil
-
Packages that use EstadoCivil Package Description br.com.gestimoveis.gprojetos.model -
-
Uses of EstadoCivil in br.com.gestimoveis.gprojetos.model
Methods in br.com.gestimoveis.gprojetos.model that return EstadoCivil Modifier and Type Method Description EstadoCivil
Cliente. getEstadoCivil()
static EstadoCivil
EstadoCivil. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EstadoCivil[]
EstadoCivil. 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 EstadoCivil Modifier and Type Method Description void
Cliente. setEstadoCivil(EstadoCivil estadoCivil)
-