net.authorize.data.cim
Enum HostedProfileSettingType

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

public enum HostedProfileSettingType
extends Enum<HostedProfileSettingType>

Enumeration of CIM hosted profile setting types that are supported by Authorize.Net


Enum Constant Summary
HOSTED_PROFILE_HEADING_BG_COLOR
           
HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL
           
HOSTED_PROFILE_PAGE_BORDER_VISIBLE
           
HOSTED_PROFILE_RETURN_URL
           
HOSTED_PROFILE_RETURN_URL_TEXT
           
HOSTED_PROFILE_VALIDATION_MODE
           
 
Method Summary
 String getValue()
           
static HostedProfileSettingType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HostedProfileSettingType[] 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

HOSTED_PROFILE_RETURN_URL

public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL

HOSTED_PROFILE_RETURN_URL_TEXT

public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL_TEXT

HOSTED_PROFILE_HEADING_BG_COLOR

public static final HostedProfileSettingType HOSTED_PROFILE_HEADING_BG_COLOR

HOSTED_PROFILE_PAGE_BORDER_VISIBLE

public static final HostedProfileSettingType HOSTED_PROFILE_PAGE_BORDER_VISIBLE

HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL

public static final HostedProfileSettingType HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL

HOSTED_PROFILE_VALIDATION_MODE

public static final HostedProfileSettingType HOSTED_PROFILE_VALIDATION_MODE
Method Detail

values

public static HostedProfileSettingType[] 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 (HostedProfileSettingType c : HostedProfileSettingType.values())
    System.out.println(c);

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

valueOf

public static HostedProfileSettingType 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

getValue

public String getValue()
Returns:
the value


Copyright © 2014. All Rights Reserved.