| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ComponentVisibility |
ComponentModel.getVisibility() |
static ComponentVisibility |
ComponentVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentVisibility[] |
ComponentVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentVisibility |
ComponentDeclaration.getVisibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDeclaration.setVisibility(ComponentVisibility visibility) |
T |
ComponentDeclarer.withVisibility(ComponentVisibility visibility)
Adds the given
visibility |
T |
HasVisibility.withVisibility(ComponentVisibility visibility)
Adds the given
visibility |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.