Class RawParameterModel
java.lang.Object
org.mule.runtime.ast.internal.model.RawParameterModel
- All Implemented Interfaces:
org.mule.runtime.api.meta.DescribedObject,org.mule.runtime.api.meta.model.declaration.fluent.HasSemanticTerms,org.mule.runtime.api.meta.model.deprecated.DeprecableModel,org.mule.runtime.api.meta.model.display.HasDisplayModel,org.mule.runtime.api.meta.model.display.HasLayoutModel,org.mule.runtime.api.meta.model.EnrichableModel,org.mule.runtime.api.meta.model.parameter.ParameterModel,org.mule.runtime.api.meta.model.version.HasMinMuleVersion,org.mule.runtime.api.meta.NamedObject,org.mule.runtime.api.meta.Typed
public final class RawParameterModel
extends Object
implements org.mule.runtime.api.meta.model.parameter.ParameterModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.mule.runtime.api.meta.model.stereotype.StereotypeModel>Optional<org.mule.runtime.api.meta.model.deprecated.DeprecationModel>Optional<org.mule.runtime.api.meta.model.display.DisplayModel>org.mule.runtime.api.meta.model.ParameterDslConfigurationorg.mule.runtime.api.meta.ExpressionSupportList<org.mule.runtime.api.meta.model.parameter.FieldValueProviderModel>Optional<org.mule.runtime.api.meta.model.display.LayoutModel>Optional<org.mule.runtime.api.meta.MuleVersion>Set<org.mule.runtime.api.meta.model.ModelProperty><T extends org.mule.runtime.api.meta.model.ModelProperty>
Optional<T>getModelProperty(Class<T> propertyType) getName()org.mule.runtime.api.meta.model.parameter.ParameterRolegetRole()org.mule.metadata.api.model.MetadataTypegetType()Optional<org.mule.runtime.api.meta.model.parameter.ValueProviderModel>booleanbooleanbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.api.meta.model.deprecated.DeprecableModel
isDeprecatedMethods inherited from interface org.mule.runtime.api.meta.model.declaration.fluent.HasSemanticTerms
getSemanticTerms
-
Constructor Details
-
RawParameterModel
-
-
Method Details
-
getDeprecationModel
- Specified by:
getDeprecationModelin interfaceorg.mule.runtime.api.meta.model.deprecated.DeprecableModel
-
getDisplayModel
- Specified by:
getDisplayModelin interfaceorg.mule.runtime.api.meta.model.display.HasDisplayModel
-
hasDynamicType
public boolean hasDynamicType()- Specified by:
hasDynamicTypein interfaceorg.mule.runtime.api.meta.Typed
-
getType
public org.mule.metadata.api.model.MetadataType getType()- Specified by:
getTypein interfaceorg.mule.runtime.api.meta.Typed
-
getModelProperty
public <T extends org.mule.runtime.api.meta.model.ModelProperty> Optional<T> getModelProperty(Class<T> propertyType) - Specified by:
getModelPropertyin interfaceorg.mule.runtime.api.meta.model.EnrichableModel
-
getModelProperties
- Specified by:
getModelPropertiesin interfaceorg.mule.runtime.api.meta.model.EnrichableModel
-
getDescription
- Specified by:
getDescriptionin interfaceorg.mule.runtime.api.meta.DescribedObject
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject
-
isRequired
public boolean isRequired()- Specified by:
isRequiredin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
isOverrideFromConfig
public boolean isOverrideFromConfig()- Specified by:
isOverrideFromConfigin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
isComponentId
public boolean isComponentId()- Specified by:
isComponentIdin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getValueProviderModel
public Optional<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> getValueProviderModel()- Specified by:
getValueProviderModelin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getFieldValueProviderModels
public List<org.mule.runtime.api.meta.model.parameter.FieldValueProviderModel> getFieldValueProviderModels()- Specified by:
getFieldValueProviderModelsin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getRole
public org.mule.runtime.api.meta.model.parameter.ParameterRole getRole()- Specified by:
getRolein interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getLayoutModel
- Specified by:
getLayoutModelin interfaceorg.mule.runtime.api.meta.model.display.HasLayoutModel- Specified by:
getLayoutModelin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getExpressionSupport
public org.mule.runtime.api.meta.ExpressionSupport getExpressionSupport()- Specified by:
getExpressionSupportin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getDslConfiguration
public org.mule.runtime.api.meta.model.ParameterDslConfiguration getDslConfiguration()- Specified by:
getDslConfigurationin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getAllowedStereotypes
- Specified by:
getAllowedStereotypesin interfaceorg.mule.runtime.api.meta.model.parameter.ParameterModel
-
getMinMuleVersion
- Specified by:
getMinMuleVersionin interfaceorg.mule.runtime.api.meta.model.version.HasMinMuleVersion
-