public enum ReplaceScope extends Enum<ReplaceScope>
Enum Constant and Description |
---|
global
Replace all occurrences in the system
|
link
Replace the link only
|
node
Replace all occurrences in the node
|
page
Replace all occurrences in the page
|
Modifier and Type | Method and Description |
---|---|
static ReplaceScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplaceScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplaceScope link
public static final ReplaceScope page
public static final ReplaceScope node
public static final ReplaceScope global
public static ReplaceScope[] values()
for (ReplaceScope c : ReplaceScope.values()) System.out.println(c);
public static ReplaceScope 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 © 2024 Gentics Software. All rights reserved.