public enum SummaryLayoutStyle extends Enum<SummaryLayoutStyle>
Java class for SummaryLayoutStyle.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SummaryLayoutStyle">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Default"/>
<enumeration value="QuoteTemplate"/>
<enumeration value="DefaultQuoteTemplate"/>
<enumeration value="CaseInteraction"/>
<enumeration value="QuickActionLayoutLeftRight"/>
<enumeration value="QuickActionLayoutTopDown"/>
<enumeration value="PathAssistant"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CASE_INTERACTION |
DEFAULT |
DEFAULT_QUOTE_TEMPLATE |
PATH_ASSISTANT |
QUICK_ACTION_LAYOUT_LEFT_RIGHT |
QUICK_ACTION_LAYOUT_TOP_DOWN |
QUOTE_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static SummaryLayoutStyle |
fromValue(String v) |
String |
value() |
static SummaryLayoutStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryLayoutStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryLayoutStyle DEFAULT
public static final SummaryLayoutStyle QUOTE_TEMPLATE
public static final SummaryLayoutStyle DEFAULT_QUOTE_TEMPLATE
public static final SummaryLayoutStyle CASE_INTERACTION
public static final SummaryLayoutStyle QUICK_ACTION_LAYOUT_LEFT_RIGHT
public static final SummaryLayoutStyle QUICK_ACTION_LAYOUT_TOP_DOWN
public static final SummaryLayoutStyle PATH_ASSISTANT
public static SummaryLayoutStyle[] values()
for (SummaryLayoutStyle c : SummaryLayoutStyle.values()) System.out.println(c);
public static SummaryLayoutStyle 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 value()
public static SummaryLayoutStyle fromValue(String v)
Copyright © 2016. All rights reserved.