public final class RawParameterGroupModel extends Object implements org.mule.runtime.api.meta.model.parameter.ParameterGroupModel
| Constructor and Description |
|---|
RawParameterGroupModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Optional<org.mule.runtime.api.meta.model.display.DisplayModel> |
getDisplayModel() |
List<org.mule.runtime.api.meta.model.parameter.ExclusiveParametersModel> |
getExclusiveParametersModels() |
Optional<org.mule.runtime.api.meta.model.display.LayoutModel> |
getLayoutModel() |
Set<org.mule.runtime.api.meta.model.ModelProperty> |
getModelProperties() |
<T extends org.mule.runtime.api.meta.model.ModelProperty> |
getModelProperty(Class<T> propertyType) |
String |
getName() |
Optional<org.mule.runtime.api.meta.model.parameter.ParameterModel> |
getParameter(String name) |
List<org.mule.runtime.api.meta.model.parameter.ParameterModel> |
getParameterModels() |
boolean |
isShowInDsl() |
public Optional<org.mule.runtime.api.meta.model.display.DisplayModel> getDisplayModel()
getDisplayModel in interface org.mule.runtime.api.meta.model.display.HasDisplayModelpublic <T extends org.mule.runtime.api.meta.model.ModelProperty> Optional<T> getModelProperty(Class<T> propertyType)
getModelProperty in interface org.mule.runtime.api.meta.model.EnrichableModelpublic Set<org.mule.runtime.api.meta.model.ModelProperty> getModelProperties()
getModelProperties in interface org.mule.runtime.api.meta.model.EnrichableModelpublic String getDescription()
getDescription in interface org.mule.runtime.api.meta.DescribedObjectpublic String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectpublic Optional<org.mule.runtime.api.meta.model.display.LayoutModel> getLayoutModel()
getLayoutModel in interface org.mule.runtime.api.meta.model.display.HasLayoutModelpublic List<org.mule.runtime.api.meta.model.parameter.ExclusiveParametersModel> getExclusiveParametersModels()
getExclusiveParametersModels in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModelpublic Optional<org.mule.runtime.api.meta.model.parameter.ParameterModel> getParameter(String name)
getParameter in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModelpublic List<org.mule.runtime.api.meta.model.parameter.ParameterModel> getParameterModels()
getParameterModels in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModelpublic boolean isShowInDsl()
isShowInDsl in interface org.mule.runtime.api.meta.model.parameter.ParameterGroupModelCopyright © 2022 MuleSoft, Inc.. All rights reserved.