public static enum AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption extends Enum<AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption>
| Enum Constant and Description |
|---|
ALWAYS_WRAP |
NEVER_WRAP |
WRAP_HTML_AND_TEXT |
| Modifier and Type | Method and Description |
|---|---|
static AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption ALWAYS_WRAP
public static final AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption NEVER_WRAP
public static final AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption WRAP_HTML_AND_TEXT
public static AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption[] values()
for (AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption c : AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption.values()) System.out.println(c);
public static AtomSearchResponseTransformerConfig.AtomContentXmlWrapOption 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 nullCopyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.