Uses of Class
br.gov.lexml.eta.etaservices.emenda.Sexo
-
Packages that use Sexo Package Description br.gov.lexml.eta.etaservices.emenda br.gov.lexml.eta.etaservices.parsing.xml br.gov.lexml.eta.etaservices.printing.json -
-
Uses of Sexo in br.gov.lexml.eta.etaservices.emenda
Methods in br.gov.lexml.eta.etaservices.emenda that return Sexo Modifier and Type Method Description SexoParlamentar. getSexo()static SexoSexo. parse(String valueOf)static SexoSexo. valueOf(String name)Returns the enum constant of this type with the specified name.static Sexo[]Sexo. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Sexo in br.gov.lexml.eta.etaservices.parsing.xml
Methods in br.gov.lexml.eta.etaservices.parsing.xml that return Sexo Modifier and Type Method Description SexoParlamentarRecord. getSexo()Constructors in br.gov.lexml.eta.etaservices.parsing.xml with parameters of type Sexo Constructor Description ParlamentarRecord(String identificacao, String nome, Sexo sexo, String siglaPartido, String siglaUf, SiglaCasaLegislativa siglaCasaLegislativa, String cargo) -
Uses of Sexo in br.gov.lexml.eta.etaservices.printing.json
Methods in br.gov.lexml.eta.etaservices.printing.json that return Sexo Modifier and Type Method Description SexoParlamentarPojo. getSexo()Methods in br.gov.lexml.eta.etaservices.printing.json with parameters of type Sexo Modifier and Type Method Description voidParlamentarPojo. setSexo(Sexo sexo)
-