public static Object[] getItensComboTiposControlador() {
    String[] tiposControle = {
      SELECIONE.getDescricao(),
      P.getDescricao(),
      PI.getDescricao(),
      PD.getDescricao(),
      PID.getDescricao(),
      PI_D.getDescricao(),
      SEM_CONTROLADOR.getDescricao()
    };

    return tiposControle;
  }
Example #2
0
 public boolean a(PD paramPD) {
   aiA localaiA = new aiA(paramPD.getId());
   NC.a(this.Sa).put(paramPD.getId(), localaiA);
   return true;
 }