Package br.com.fiapbank.dominio.entidade

Examples of br.com.fiapbank.dominio.entidade.StatusCredito



  @Override
  public String getAsString(FacesContext arg0, UIComponent arg1, Object value) {
   
    StatusCredito sc = Enum.valueOf(StatusCredito.class, value.toString());
   
    switch (sc) {
      case APROVADO:
        return "Aprovado";
      case REJEITADO:
View Full Code Here

TOP

Related Classes of br.com.fiapbank.dominio.entidade.StatusCredito

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.