Uses of Class
br.gov.lexml.eta.etaservices.emenda.ModoEdicaoEmenda
-
Packages that use ModoEdicaoEmenda Package Description br.gov.lexml.eta.etaservices.emenda br.gov.lexml.eta.etaservices.parsing.xml br.gov.lexml.eta.etaservices.printing.json -
-
Uses of ModoEdicaoEmenda in br.gov.lexml.eta.etaservices.emenda
Methods in br.gov.lexml.eta.etaservices.emenda that return ModoEdicaoEmenda Modifier and Type Method Description ModoEdicaoEmendaEmenda. getModoEdicao()static ModoEdicaoEmendaModoEdicaoEmenda. parse(String me)static ModoEdicaoEmendaModoEdicaoEmenda. valueOf(String name)Returns the enum constant of this type with the specified name.static ModoEdicaoEmenda[]ModoEdicaoEmenda. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ModoEdicaoEmenda in br.gov.lexml.eta.etaservices.parsing.xml
Methods in br.gov.lexml.eta.etaservices.parsing.xml that return ModoEdicaoEmenda Modifier and Type Method Description ModoEdicaoEmendaEmendaRecord. getModoEdicao()Constructors in br.gov.lexml.eta.etaservices.parsing.xml with parameters of type ModoEdicaoEmenda Constructor Description EmendaRecord(Instant dataUltimaModificacao, String aplicacao, String versaoAplicacao, ModoEdicaoEmenda modoEdicao, Map<String,Object> metadados, RefProposicaoEmendada proposicao, ColegiadoApreciador colegiado, Epigrafe epigrafe, List<? extends ComponenteEmendado> componentes, ComandoEmenda comandoEmenda, ComandoEmendaTextoLivre comandoEmendaTextoLivre, List<? extends Anexo> anexos, String justificativa, String justificativaAntesRevisao, String local, LocalDate data, Autoria autoria, OpcoesImpressao opcoesImpressao, List<? extends Revisao> revisoes) -
Uses of ModoEdicaoEmenda in br.gov.lexml.eta.etaservices.printing.json
Methods in br.gov.lexml.eta.etaservices.printing.json that return ModoEdicaoEmenda Modifier and Type Method Description ModoEdicaoEmendaEmendaPojo. getModoEdicao()Methods in br.gov.lexml.eta.etaservices.printing.json with parameters of type ModoEdicaoEmenda Modifier and Type Method Description voidEmendaPojo. setModoEdicao(ModoEdicaoEmenda modoEdicao)
-