Package br.com.flexait.gateway.enums

Examples of br.com.flexait.gateway.enums.ETipoErro


    }
    return detalhes;
  }

  public void setDetalhes(String codigo) {
    ETipoErro tipoErro = ETipoErro.get(codigo);

    switch (tipoErro) {

    case E001:
      detalhes = new Erro001();
View Full Code Here

TOP

Related Classes of br.com.flexait.gateway.enums.ETipoErro

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.