alteravel static method

bool alteravel(
  1. int status
)

Implementation

static bool alteravel(int status) {
  return status == REGISTRO_SALVAR_ALTERAR ||
      status == REGISTRO_DELETAR_ALTERAR ||
      REGISTRO_ALTERAR == status;
}