bug#13931
dev:trevezani
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/GeneradorBoletosCNAB/trunk@93068 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2019-05-09 19:30:31 +00:00
parent 7cc70b25bf
commit 947898873f
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package com.rjconsultores.ventaboletos.enuns;
public enum BancoLayout {
BRADESCO_400_Envio("237", false, "/layouts/LayoutBradescoCNAB400Envio.txg.xml"),
ITAU_400_Envio("341", false, "/layouts/LayoutItauCNAB400Envio.txg.xml"),
BB_240_Envio("001", false, "/layouts/LayoutBBCNAB240Envio.txg.xml"),
@ -11,7 +10,6 @@ public enum BancoLayout {
ITAU_400_Retorno("341", true, ""),
BB_240_Retorno("001", true, "");
private BancoLayout(String codBanco, boolean retorno, String path) {
this.codBanco = codBanco;
this.retorno = retorno;
@ -58,6 +56,5 @@ public enum BancoLayout {
}
return null;
}
}