| Package | Description |
|---|---|
| org.mule.runtime.config.internal.dsl.model |
| Modifier and Type | Method and Description |
|---|---|
DependencyNode.Type |
DependencyNode.getType() |
static DependencyNode.Type |
DependencyNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyNode.Type[] |
DependencyNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DependencyNode(String componentName,
org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
DependencyNode.Type type) |
DependencyNode(String componentName,
DependencyNode.Type type) |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.