public interface GlobalsModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
GLOBALS
The "globals" name.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalsModel |
addGlobal(GlobalModel global)
Adds a child global model.
|
List<GlobalModel> |
getGlobals()
Gets the child global models.
|
static final String GLOBALS
List<GlobalModel> getGlobals()
GlobalsModel addGlobal(GlobalModel global)
global - the child global modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.