public interface FaultsModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
FAULTS
The "faults" name.
|
| Modifier and Type | Method and Description |
|---|---|
FaultsModel |
addFault(FaultModel fault)
Adds a child fault model.
|
List<FaultModel> |
getFaults()
Gets the child fault models.
|
static final String FAULTS
List<FaultModel> getFaults()
FaultsModel addFault(FaultModel fault)
fault - the child fault modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.