Uses of Interface
br.gov.lexml.eta.etaservices.emenda.ItemComandoEmenda
-
Packages that use ItemComandoEmenda Package Description br.gov.lexml.eta.etaservices.emenda br.gov.lexml.eta.etaservices.parsing.xml br.gov.lexml.eta.etaservices.printing.json -
-
Uses of ItemComandoEmenda in br.gov.lexml.eta.etaservices.emenda
Methods in br.gov.lexml.eta.etaservices.emenda that return types with arguments of type ItemComandoEmenda Modifier and Type Method Description List<? extends ItemComandoEmenda>ComandoEmenda. getComandos() -
Uses of ItemComandoEmenda in br.gov.lexml.eta.etaservices.parsing.xml
Classes in br.gov.lexml.eta.etaservices.parsing.xml that implement ItemComandoEmenda Modifier and Type Class Description classItemComandoEmendaRecordMethods in br.gov.lexml.eta.etaservices.parsing.xml that return types with arguments of type ItemComandoEmenda Modifier and Type Method Description List<? extends ItemComandoEmenda>ComandoEmendaRecord. getComandos()Constructor parameters in br.gov.lexml.eta.etaservices.parsing.xml with type arguments of type ItemComandoEmenda Constructor Description ComandoEmendaRecord(String cabecalhoComum, List<? extends ItemComandoEmenda> comandos) -
Uses of ItemComandoEmenda in br.gov.lexml.eta.etaservices.printing.json
Classes in br.gov.lexml.eta.etaservices.printing.json that implement ItemComandoEmenda Modifier and Type Class Description classItemComandoEmendaPojoMethods in br.gov.lexml.eta.etaservices.printing.json that return types with arguments of type ItemComandoEmenda Modifier and Type Method Description List<? extends ItemComandoEmenda>ComandoEmendaPojo. getComandos()
-