public static enum HtmlInjectionConfig.SelectorInsertPosition extends Enum<HtmlInjectionConfig.SelectorInsertPosition>
Enum Constant and Description |
---|
AFTER |
BEFORE |
FIRST_CHILD |
LAST_CHILD |
REPLACE |
REPLACE_INNER_HTML |
Modifier and Type | Method and Description |
---|---|
static HtmlInjectionConfig.SelectorInsertPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlInjectionConfig.SelectorInsertPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlInjectionConfig.SelectorInsertPosition REPLACE_INNER_HTML
public static final HtmlInjectionConfig.SelectorInsertPosition REPLACE
public static final HtmlInjectionConfig.SelectorInsertPosition LAST_CHILD
public static final HtmlInjectionConfig.SelectorInsertPosition FIRST_CHILD
public static final HtmlInjectionConfig.SelectorInsertPosition AFTER
public static final HtmlInjectionConfig.SelectorInsertPosition BEFORE
public static HtmlInjectionConfig.SelectorInsertPosition[] values()
for (HtmlInjectionConfig.SelectorInsertPosition c : HtmlInjectionConfig.SelectorInsertPosition.values()) System.out.println(c);
public static HtmlInjectionConfig.SelectorInsertPosition 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.