public enum HostedProfileSettingType extends java.lang.Enum<HostedProfileSettingType>
| Enum Constant and Description |
|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static HostedProfileSettingType |
valueOf(java.lang.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.
|
public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL
public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL_TEXT
public static final HostedProfileSettingType HOSTED_PROFILE_HEADING_BG_COLOR
public static final HostedProfileSettingType HOSTED_PROFILE_PAGE_BORDER_VISIBLE
public static final HostedProfileSettingType HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL
public static final HostedProfileSettingType HOSTED_PROFILE_VALIDATION_MODE
public static HostedProfileSettingType[] values()
for (HostedProfileSettingType c : HostedProfileSettingType.values()) System.out.println(c);
public static HostedProfileSettingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
Copyright © 2018. All Rights Reserved.