public enum CustomElementType extends Enum<CustomElementType>
CustomElement to
indicate the type of a Custom Element.| Enum Constant and Description |
|---|
ITPFUNCTION |
NONE |
VDPAGGREGATEFUNCTION |
VDPCUSTOMPOLICY |
VDPFUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static CustomElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomElementType NONE
public static final CustomElementType VDPFUNCTION
public static final CustomElementType ITPFUNCTION
public static final CustomElementType VDPAGGREGATEFUNCTION
public static final CustomElementType VDPCUSTOMPOLICY
public static CustomElementType[] values()
for (CustomElementType c : CustomElementType.values()) System.out.println(c);
public static CustomElementType 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 Denodo Technologies. All rights reserved.