Uses of Class
br.gov.lexml.eta.etaservices.emenda.TipoSubstituicaoTermo
-
Packages that use TipoSubstituicaoTermo Package Description br.gov.lexml.eta.etaservices.emenda br.gov.lexml.eta.etaservices.parsing.xml br.gov.lexml.eta.etaservices.printing.json -
-
Uses of TipoSubstituicaoTermo in br.gov.lexml.eta.etaservices.emenda
Methods in br.gov.lexml.eta.etaservices.emenda that return TipoSubstituicaoTermo Modifier and Type Method Description TipoSubstituicaoTermoSubstituicaoTermo. getTipo()static TipoSubstituicaoTermoTipoSubstituicaoTermo. parse(String tipo)static TipoSubstituicaoTermoTipoSubstituicaoTermo. valueOf(String name)Returns the enum constant of this type with the specified name.static TipoSubstituicaoTermo[]TipoSubstituicaoTermo. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TipoSubstituicaoTermo in br.gov.lexml.eta.etaservices.parsing.xml
Methods in br.gov.lexml.eta.etaservices.parsing.xml that return TipoSubstituicaoTermo Modifier and Type Method Description TipoSubstituicaoTermoSubstituicaoTermoRecord. getTipo()Constructors in br.gov.lexml.eta.etaservices.parsing.xml with parameters of type TipoSubstituicaoTermo Constructor Description SubstituicaoTermoRecord(TipoSubstituicaoTermo tipo, String termo, String novoTermo, boolean flexaoGenero, boolean flexaoNumero) -
Uses of TipoSubstituicaoTermo in br.gov.lexml.eta.etaservices.printing.json
Methods in br.gov.lexml.eta.etaservices.printing.json that return TipoSubstituicaoTermo Modifier and Type Method Description TipoSubstituicaoTermoSubstituicaoTermoPojo. getTipo()Methods in br.gov.lexml.eta.etaservices.printing.json with parameters of type TipoSubstituicaoTermo Modifier and Type Method Description voidSubstituicaoTermoPojo. setTipo(TipoSubstituicaoTermo tipo)
-