p12f.exe.pasarelapagos.objects.data
Class DataFileConstants

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.data.DataFileConstants

public class DataFileConstants
extends java.lang.Object


Field Summary
static int RESULT_ERROR
          Se ha producido algún error.
static int RESULT_EXISTS_FILE
          Existía el fichero/carpeta (esto puede ser calificado como un error o simplemente informativo)
static int RESULT_OK
          Todo ha ido según lo esperado.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULT_OK

public static final int RESULT_OK
Todo ha ido según lo esperado.

See Also:
Constant Field Values

RESULT_EXISTS_FILE

public static final int RESULT_EXISTS_FILE
Existía el fichero/carpeta (esto puede ser calificado como un error o simplemente informativo)

See Also:
Constant Field Values

RESULT_ERROR

public static final int RESULT_ERROR
Se ha producido algún error.

See Also:
Constant Field Values