public enum CxWSSnippetsModeDisplayOptions extends Enum<CxWSSnippetsModeDisplayOptions>
Java class for CxWSSnippetsModeDisplayOptions.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CxWSSnippetsModeDisplayOptions">
<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 CxWSSnippetsModeDisplayOptions |
fromValue(String v) |
String |
value() |
static CxWSSnippetsModeDisplayOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxWSSnippetsModeDisplayOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxWSSnippetsModeDisplayOptions NONE
public static final CxWSSnippetsModeDisplayOptions SOURCE_AND_DESTINATION
public static final CxWSSnippetsModeDisplayOptions FULL
public static CxWSSnippetsModeDisplayOptions[] values()
for (CxWSSnippetsModeDisplayOptions c : CxWSSnippetsModeDisplayOptions.values()) System.out.println(c);
public static CxWSSnippetsModeDisplayOptions 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 CxWSSnippetsModeDisplayOptions fromValue(String v)
Copyright © 2020. All rights reserved.