public enum ComponentAstDTOModelType extends Enum<ComponentAstDTOModelType>
| Enum Constant and Description |
|---|
CONFIGURATION |
CONNECTION_PROVIDER |
CONSTRUCT |
INFRASTRUCTURE |
NESTED_COMPONENT |
NESTED_ROUTE |
OPERATION |
SOURCE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ComponentAstDTOModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentAstDTOModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentAstDTOModelType CONFIGURATION
ConfigurationModelpublic static final ComponentAstDTOModelType CONNECTION_PROVIDER
ConnectionProviderModelpublic static final ComponentAstDTOModelType OPERATION
OperationModelpublic static final ComponentAstDTOModelType SOURCE
SourceModelpublic static final ComponentAstDTOModelType CONSTRUCT
ConstructModelpublic static final ComponentAstDTOModelType NESTED_COMPONENT
NestedComponentModel,
NestedChainModelpublic static final ComponentAstDTOModelType NESTED_ROUTE
NestedRouteModelpublic static final ComponentAstDTOModelType TYPE
ExtensionModel.getTypes(),
ExtensionModel.getSubTypes()public static final ComponentAstDTOModelType INFRASTRUCTURE
InfrastructureTypeMappingpublic static ComponentAstDTOModelType[] values()
for (ComponentAstDTOModelType c : ComponentAstDTOModelType.values()) System.out.println(c);
public static ComponentAstDTOModelType 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 © 2022 MuleSoft, Inc.. All rights reserved.