| Package | Description |
|---|---|
| org.mule.runtime.api.meta | |
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
static Category |
Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
ExtensionModel.getCategory()
Returns the extension's
Category that identifies the extension. |
| Modifier and Type | Method and Description |
|---|---|
Category |
ExtensionDeclaration.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionDeclaration.setCategory(Category category) |
ExtensionDeclarer |
ExtensionDeclarer.withCategory(Category category)
Adds the extension's
Category |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.