Enum Class Cv2AvsPolicy

java.lang.Object
java.lang.Enum<Cv2AvsPolicy>
de.hybris.platform.payment.dto.Cv2AvsPolicy
All Implemented Interfaces:
Serializable, Comparable<Cv2AvsPolicy>, Constable

public enum Cv2AvsPolicy extends Enum<Cv2AvsPolicy>
Cv2 Avs Policy
  • Enum Constant Details

    • CV2

      public static final Cv2AvsPolicy CV2
      Generated enum value for Cv2AvsPolicy.CV2 value defined at extension payment.
    • POSTAL_CODE

      public static final Cv2AvsPolicy POSTAL_CODE
      Generated enum value for Cv2AvsPolicy.POSTAL_CODE value defined at extension payment.
    • ADDRESS

      public static final Cv2AvsPolicy ADDRESS
      Generated enum value for Cv2AvsPolicy.ADDRESS value defined at extension payment.
  • Method Details

    • values

      public static Cv2AvsPolicy[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Cv2AvsPolicy valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null