Erro
bug#13931 dev:trevezani qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/GeneradorBoletosCNAB/trunk@93068 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7cc70b25bf
commit
947898873f
|
@ -1,7 +1,6 @@
|
||||||
package com.rjconsultores.ventaboletos.enuns;
|
package com.rjconsultores.ventaboletos.enuns;
|
||||||
|
|
||||||
public enum BancoLayout {
|
public enum BancoLayout {
|
||||||
|
|
||||||
BRADESCO_400_Envio("237", false, "/layouts/LayoutBradescoCNAB400Envio.txg.xml"),
|
BRADESCO_400_Envio("237", false, "/layouts/LayoutBradescoCNAB400Envio.txg.xml"),
|
||||||
ITAU_400_Envio("341", false, "/layouts/LayoutItauCNAB400Envio.txg.xml"),
|
ITAU_400_Envio("341", false, "/layouts/LayoutItauCNAB400Envio.txg.xml"),
|
||||||
BB_240_Envio("001", false, "/layouts/LayoutBBCNAB240Envio.txg.xml"),
|
BB_240_Envio("001", false, "/layouts/LayoutBBCNAB240Envio.txg.xml"),
|
||||||
|
@ -11,7 +10,6 @@ public enum BancoLayout {
|
||||||
ITAU_400_Retorno("341", true, ""),
|
ITAU_400_Retorno("341", true, ""),
|
||||||
BB_240_Retorno("001", true, "");
|
BB_240_Retorno("001", true, "");
|
||||||
|
|
||||||
|
|
||||||
private BancoLayout(String codBanco, boolean retorno, String path) {
|
private BancoLayout(String codBanco, boolean retorno, String path) {
|
||||||
this.codBanco = codBanco;
|
this.codBanco = codBanco;
|
||||||
this.retorno = retorno;
|
this.retorno = retorno;
|
||||||
|
@ -58,6 +56,5 @@ public enum BancoLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue