public static enum WebConfigurationQueryCommand.WebConfigurationType extends Enum<WebConfigurationQueryCommand.WebConfigurationType>
| Enum Constant and Description |
|---|
CMS_NAVIGATION_ADAPTER
CMS Navigation adapter.
|
CMS_PLAYER
CMS player.
|
CMS_TO_WEB_PATH_ADAPTER
CMS to web path adapter.
|
EXTRA_REQUEST_FILTER
Extra request filter.
|
REGION_LAYOUT
Region layout.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName()
Getter for typeName.
|
static WebConfigurationQueryCommand.WebConfigurationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfigurationQueryCommand.WebConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebConfigurationQueryCommand.WebConfigurationType CMS_NAVIGATION_ADAPTER
public static final WebConfigurationQueryCommand.WebConfigurationType CMS_PLAYER
public static final WebConfigurationQueryCommand.WebConfigurationType CMS_TO_WEB_PATH_ADAPTER
public static final WebConfigurationQueryCommand.WebConfigurationType EXTRA_REQUEST_FILTER
public static final WebConfigurationQueryCommand.WebConfigurationType REGION_LAYOUT
public static WebConfigurationQueryCommand.WebConfigurationType[] values()
for (WebConfigurationQueryCommand.WebConfigurationType c : WebConfigurationQueryCommand.WebConfigurationType.values()) System.out.println(c);
public static WebConfigurationQueryCommand.WebConfigurationType 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 getTypeName()
Copyright © 2023. All rights reserved.