public enum HostedProfileSettingType extends 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 |
|---|---|
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.
|
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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
Copyright © 2016. All Rights Reserved.