public static enum StringReplacePostLoadProcessor.StringConstant extends Enum<StringReplacePostLoadProcessor.StringConstant>
Enum Constant and Description |
---|
HTML_BR
The HTML BR element.
|
SYSTEM_NEW_LINE
The system line separator string.
|
Modifier and Type | Method and Description |
---|---|
static StringReplacePostLoadProcessor.StringConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringReplacePostLoadProcessor.StringConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringReplacePostLoadProcessor.StringConstant SYSTEM_NEW_LINE
public static final StringReplacePostLoadProcessor.StringConstant HTML_BR
public static StringReplacePostLoadProcessor.StringConstant[] values()
for (StringReplacePostLoadProcessor.StringConstant c : StringReplacePostLoadProcessor.StringConstant.values()) System.out.println(c);
public static StringReplacePostLoadProcessor.StringConstant 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.