public final class RawParameterModel extends Object implements org.mule.runtime.api.meta.model.parameter.ParameterModel
| Constructor and Description |
|---|
RawParameterModel(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> |
getAllowedStereotypes() |
Object |
getDefaultValue() |
Optional<org.mule.runtime.api.meta.model.deprecated.DeprecationModel> |
getDeprecationModel() |
String |
getDescription() |
Optional<org.mule.runtime.api.meta.model.display.DisplayModel> |
getDisplayModel() |
org.mule.runtime.api.meta.model.ParameterDslConfiguration |
getDslConfiguration() |
org.mule.runtime.api.meta.ExpressionSupport |
getExpressionSupport() |
List<org.mule.runtime.api.meta.model.parameter.FieldValueProviderModel> |
getFieldValueProviderModels() |
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() |
org.mule.runtime.api.meta.model.parameter.ParameterRole |
getRole() |
org.mule.metadata.api.model.MetadataType |
getType() |
Optional<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
getValueProviderModel() |
boolean |
hasDynamicType() |
boolean |
isComponentId() |
boolean |
isOverrideFromConfig() |
boolean |
isRequired() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RawParameterModel(String name)
public Optional<org.mule.runtime.api.meta.model.deprecated.DeprecationModel> getDeprecationModel()
getDeprecationModel in interface org.mule.runtime.api.meta.model.deprecated.DeprecableModelpublic Optional<org.mule.runtime.api.meta.model.display.DisplayModel> getDisplayModel()
getDisplayModel in interface org.mule.runtime.api.meta.model.display.HasDisplayModelpublic boolean hasDynamicType()
hasDynamicType in interface org.mule.runtime.api.meta.Typedpublic org.mule.metadata.api.model.MetadataType getType()
getType in interface org.mule.runtime.api.meta.Typedpublic <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 boolean isRequired()
isRequired in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic boolean isOverrideFromConfig()
isOverrideFromConfig in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic boolean isComponentId()
isComponentId in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic Optional<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> getValueProviderModel()
getValueProviderModel in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic List<org.mule.runtime.api.meta.model.parameter.FieldValueProviderModel> getFieldValueProviderModels()
getFieldValueProviderModels in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic org.mule.runtime.api.meta.model.parameter.ParameterRole getRole()
getRole in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic Optional<org.mule.runtime.api.meta.model.display.LayoutModel> getLayoutModel()
getLayoutModel in interface org.mule.runtime.api.meta.model.display.HasLayoutModelgetLayoutModel in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic org.mule.runtime.api.meta.ExpressionSupport getExpressionSupport()
getExpressionSupport in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic org.mule.runtime.api.meta.model.ParameterDslConfiguration getDslConfiguration()
getDslConfiguration in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic Object getDefaultValue()
getDefaultValue in interface org.mule.runtime.api.meta.model.parameter.ParameterModelpublic List<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> getAllowedStereotypes()
getAllowedStereotypes in interface org.mule.runtime.api.meta.model.parameter.ParameterModelCopyright © 2022 MuleSoft, Inc.. All rights reserved.