public static enum SaWsContentContainer.Mode extends Enum<SaWsContentContainer.Mode>
Enum Constant and Description |
---|
APPEND
Given content is appended to the last existing content element in the document structure.
|
CLEAR
Deletes existing content, leaving an empty document structure.
|
REPLACE
Replace the numbered content element with the given content.
|
Modifier and Type | Method and Description |
---|---|
static SaWsContentContainer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWsContentContainer.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaWsContentContainer.Mode APPEND
public static final SaWsContentContainer.Mode CLEAR
public static final SaWsContentContainer.Mode REPLACE
public static SaWsContentContainer.Mode[] values()
for (SaWsContentContainer.Mode c : SaWsContentContainer.Mode.values()) System.out.println(c);
public static SaWsContentContainer.Mode 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 © 2020 Hyland Software Germany GmbH. All rights reserved.