public class V1GlobalsModel extends org.switchyard.config.model.BaseModel implements GlobalsModel
GLOBALS| Constructor and Description |
|---|
V1GlobalsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new V1GlobalsModel with the specified configuration and descriptor.
|
V1GlobalsModel(String namespace)
Creates a new V1GlobalsModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalsModel |
addGlobal(GlobalModel global)
Adds a child global model.
|
List<GlobalModel> |
getGlobals()
Gets the child global models.
|
addChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writepublic V1GlobalsModel(String namespace)
namespace - the specified namespacepublic V1GlobalsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic List<GlobalModel> getGlobals()
getGlobals in interface GlobalsModelpublic GlobalsModel addGlobal(GlobalModel global)
addGlobal in interface GlobalsModelglobal - the child global modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.