public static enum ComponentBuildingDefinitionRegistry.WrapperElementType extends Enum<ComponentBuildingDefinitionRegistry.WrapperElementType>
| Enum Constant and Description |
|---|
COLLECTION |
MAP |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static ComponentBuildingDefinitionRegistry.WrapperElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentBuildingDefinitionRegistry.WrapperElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentBuildingDefinitionRegistry.WrapperElementType SINGLE
public static final ComponentBuildingDefinitionRegistry.WrapperElementType COLLECTION
public static final ComponentBuildingDefinitionRegistry.WrapperElementType MAP
public static ComponentBuildingDefinitionRegistry.WrapperElementType[] values()
for (ComponentBuildingDefinitionRegistry.WrapperElementType c : ComponentBuildingDefinitionRegistry.WrapperElementType.values()) System.out.println(c);
public static ComponentBuildingDefinitionRegistry.WrapperElementType 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 © 2003–2020 MuleSoft, Inc.. All rights reserved.