public enum CxReportSnippetsMode extends Enum<CxReportSnippetsMode>
Java class for CxReportSnippetsMode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CxReportSnippetsMode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="None"/>
<enumeration value="SourceAndDestination"/>
<enumeration value="Full"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FULL |
NONE |
SOURCE_AND_DESTINATION |
| Modifier and Type | Method and Description |
|---|---|
static CxReportSnippetsMode |
fromValue(String v) |
String |
value() |
static CxReportSnippetsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxReportSnippetsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxReportSnippetsMode NONE
public static final CxReportSnippetsMode SOURCE_AND_DESTINATION
public static final CxReportSnippetsMode FULL
public static CxReportSnippetsMode[] values()
for (CxReportSnippetsMode c : CxReportSnippetsMode.values()) System.out.println(c);
public static CxReportSnippetsMode 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 CxReportSnippetsMode fromValue(String v)
Copyright © 2020. All rights reserved.