public interface HasConstructDeclarer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withConstruct(ConstructDeclarer declarer)
Adds an
ConstructDeclaration by receiving
a declarer which describes it |
ConstructDeclarer |
withConstruct(String name)
Adds a construct of the given
name |
ConstructDeclarer withConstruct(String name)
namename - a non blank nameConstructDeclarer which allows describing the created constructT withConstruct(ConstructDeclarer declarer)
ConstructDeclaration by receiving
a declarer which describes itdeclarer - a ConstructDeclarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.