public enum MacroTransformStatus extends Enum<MacroTransformStatus>
| Enum Constant and Description |
|---|
DEFAULT
For space level that is just defaulting to use what is set at global
admin level
|
DISABLED
No changes
|
ENABLED
Changes the include and excerpt-include macros to render the workflow
approved version of the referenced page
|
| Modifier and Type | Method and Description |
|---|---|
static MacroTransformStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroTransformStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacroTransformStatus DEFAULT
public static final MacroTransformStatus ENABLED
public static final MacroTransformStatus DISABLED
public static MacroTransformStatus[] values()
for (MacroTransformStatus c : MacroTransformStatus.values()) System.out.println(c);
public static MacroTransformStatus 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 © 2021 Comala Technology Solutions, Inc.. All rights reserved.