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