net.authorize.data.echeck
Enum ReturnCode

java.lang.Object
  extended by java.lang.Enum<ReturnCode>
      extended by net.authorize.data.echeck.ReturnCode
All Implemented Interfaces:
Serializable, Comparable<ReturnCode>

public enum ReturnCode
extends Enum<ReturnCode>


Enum Constant Summary
R01
           
R02
           
R03
           
R04
           
R05
           
R06
           
R07
           
R08
           
R09
           
R10
           
R12
           
R13
           
R14
           
R15
           
R16
           
R17
           
R20
           
R23
           
R24
           
R29
           
R30
           
R31
           
R32
           
R34
           
R35
           
R36
           
 
Method Summary
static ReturnCode findByCode(String code)
           
 String getCode()
           
 String getReturnType()
           
 String getShortTitle()
           
static ReturnCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReturnCode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

R01

public static final ReturnCode R01

R02

public static final ReturnCode R02

R03

public static final ReturnCode R03

R04

public static final ReturnCode R04

R05

public static final ReturnCode R05

R06

public static final ReturnCode R06

R07

public static final ReturnCode R07

R08

public static final ReturnCode R08

R09

public static final ReturnCode R09

R10

public static final ReturnCode R10

R12

public static final ReturnCode R12

R13

public static final ReturnCode R13

R14

public static final ReturnCode R14

R15

public static final ReturnCode R15

R16

public static final ReturnCode R16

R17

public static final ReturnCode R17

R20

public static final ReturnCode R20

R23

public static final ReturnCode R23

R24

public static final ReturnCode R24

R29

public static final ReturnCode R29

R30

public static final ReturnCode R30

R31

public static final ReturnCode R31

R32

public static final ReturnCode R32

R34

public static final ReturnCode R34

R35

public static final ReturnCode R35

R36

public static final ReturnCode R36
Method Detail

values

public static ReturnCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ReturnCode c : ReturnCode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ReturnCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

findByCode

public static ReturnCode findByCode(String code)

getCode

public String getCode()
Returns:
the code

getReturnType

public String getReturnType()
Returns:
the returnType

getShortTitle

public String getShortTitle()
Returns:
the shortTitle


Copyright © 2014. All Rights Reserved.