Enum Class AvsComponents

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

public enum AvsComponents extends Enum<AvsComponents>
  • Enum Constant Details

    • POSTAL_CODE_MATCHED

      public static final AvsComponents POSTAL_CODE_MATCHED
      Generated enum value for AvsComponents.POSTAL_CODE_MATCHED value defined at extension payment.
    • POSTAL_CODE_NOT_MATCHED

      public static final AvsComponents POSTAL_CODE_NOT_MATCHED
      Generated enum value for AvsComponents.POSTAL_CODE_NOT_MATCHED value defined at extension payment.
    • ADDRESS_MATCHED

      public static final AvsComponents ADDRESS_MATCHED
      Generated enum value for AvsComponents.ADDRESS_MATCHED value defined at extension payment.
    • ADDRESS_NOT_MATCHED

      public static final AvsComponents ADDRESS_NOT_MATCHED
      Generated enum value for AvsComponents.ADDRESS_NOT_MATCHED value defined at extension payment.
    • CPF_MATCHED

      public static final AvsComponents CPF_MATCHED
      Generated enum value for AvsComponents.CPF_MATCHED value defined at extension payment.
    • CPF_NOT_MATCHED

      public static final AvsComponents CPF_NOT_MATCHED
      Generated enum value for AvsComponents.CPF_NOT_MATCHED value defined at extension payment.
    • POSTAL_CODE_9_MATCHED

      public static final AvsComponents POSTAL_CODE_9_MATCHED
      Generated enum value for AvsComponents.POSTAL_CODE_9_MATCHED value defined at extension payment.
    • POSTAL_CODE_9_NOT_MATCHED

      public static final AvsComponents POSTAL_CODE_9_NOT_MATCHED
      Generated enum value for AvsComponents.POSTAL_CODE_9_NOT_MATCHED value defined at extension payment.
    • POSTAL_CODE_5_MATCHED

      public static final AvsComponents POSTAL_CODE_5_MATCHED
      Generated enum value for AvsComponents.POSTAL_CODE_5_MATCHED value defined at extension payment.
    • POSTAL_CODE_5_NOT_MATCHED

      public static final AvsComponents POSTAL_CODE_5_NOT_MATCHED
      Generated enum value for AvsComponents.POSTAL_CODE_5_NOT_MATCHED value defined at extension payment.
  • Method Details

    • values

      public static AvsComponents[] 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 AvsComponents 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