public static enum ElementType.ElementTypes extends Enum<ElementType.ElementTypes>
Enum Constant and Description |
---|
ENDPOINT |
ERRORHANDLING |
ITERATOR |
ROUTER |
SESSION |
TRANSLATOR |
UNKNOWN |
VALIDATOR |
WRAPPER |
Modifier and Type | Method and Description |
---|---|
static ElementType.ElementTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementType.ElementTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementType.ElementTypes UNKNOWN
public static final ElementType.ElementTypes ENDPOINT
public static final ElementType.ElementTypes VALIDATOR
public static final ElementType.ElementTypes WRAPPER
public static final ElementType.ElementTypes ROUTER
public static final ElementType.ElementTypes ITERATOR
public static final ElementType.ElementTypes SESSION
public static final ElementType.ElementTypes ERRORHANDLING
public static final ElementType.ElementTypes TRANSLATOR
public static ElementType.ElementTypes[] values()
for (ElementType.ElementTypes c : ElementType.ElementTypes.values()) System.out.println(c);
public static ElementType.ElementTypes 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 © 2023 Frank!Framework. All rights reserved.