public abstract class AbstractComponentModel extends AbstractParameterizedModel implements org.mule.runtime.api.meta.model.ComponentModel
ComponentModeldescription, modelProperties| Modifier | Constructor and Description |
|---|---|
protected |
AbstractComponentModel(String name,
String description,
List<org.mule.runtime.api.meta.model.parameter.ParameterGroupModel> parameterGroupModels,
List<? extends org.mule.runtime.api.meta.model.nested.NestableElementModel> nestedComponents,
org.mule.runtime.api.meta.model.display.DisplayModel displayModel,
Set<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> stereotypes,
Set<org.mule.runtime.api.meta.model.ModelProperty> modelProperties)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends org.mule.runtime.api.meta.model.nested.NestableElementModel> |
getNestedComponents() |
Set<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> |
getStereotypes() |
getParameterGroupModelscheckArgument, equals, getDisplayModel, getName, hashCode, toStringcopy, copy, getDescription, getModelProperties, getModelPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAllParameterModels, getParameterGroupModelsprotected AbstractComponentModel(String name, String description, List<org.mule.runtime.api.meta.model.parameter.ParameterGroupModel> parameterGroupModels, List<? extends org.mule.runtime.api.meta.model.nested.NestableElementModel> nestedComponents, org.mule.runtime.api.meta.model.display.DisplayModel displayModel, Set<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> stereotypes, Set<org.mule.runtime.api.meta.model.ModelProperty> modelProperties)
name - the model's namedescription - the model's descriptionparameterGroupModels - a List with the source's parameter group modelsnestedComponents - a List with the components contained by this modeldisplayModel - a model which contains directive about how this component is displayed in the UIstereotypes - A Set of stereotypesmodelProperties - A Set of custom properties which extend this modelIllegalArgumentException - if name is blankpublic Set<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> getStereotypes()
getStereotypes in interface org.mule.runtime.api.meta.model.stereotype.StereotypedModelpublic List<? extends org.mule.runtime.api.meta.model.nested.NestableElementModel> getNestedComponents()
getNestedComponents in interface org.mule.runtime.api.meta.model.ComposableModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.