public class XmlSdkImplicitConfigParameter extends Object implements org.mule.runtime.ast.api.ComponentParameterAst
| Constructor and Description |
|---|
XmlSdkImplicitConfigParameter(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.ast.api.ComponentGenerationInformation |
getGenerationInformation() |
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel |
getGroupModel() |
Optional<org.mule.runtime.ast.api.ComponentMetadataAst> |
getMetadata() |
org.mule.runtime.api.meta.model.parameter.ParameterModel |
getModel() |
String |
getRawValue() |
String |
getResolvedRawValue() |
org.mule.runtime.api.functional.Either<String,Object> |
getValue() |
boolean |
isDefaultValue() |
public XmlSdkImplicitConfigParameter(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel,
Object value)
public org.mule.runtime.api.meta.model.parameter.ParameterModel getModel()
getModel in interface org.mule.runtime.ast.api.ComponentParameterAstpublic org.mule.runtime.api.meta.model.parameter.ParameterGroupModel getGroupModel()
getGroupModel in interface org.mule.runtime.ast.api.ComponentParameterAstpublic org.mule.runtime.api.functional.Either<String,Object> getValue()
getValue in interface org.mule.runtime.ast.api.ComponentParameterAstpublic String getRawValue()
getRawValue in interface org.mule.runtime.ast.api.ComponentParameterAstpublic String getResolvedRawValue()
getResolvedRawValue in interface org.mule.runtime.ast.api.ComponentParameterAstpublic Optional<org.mule.runtime.ast.api.ComponentMetadataAst> getMetadata()
getMetadata in interface org.mule.runtime.ast.api.ComponentParameterAstpublic org.mule.runtime.ast.api.ComponentGenerationInformation getGenerationInformation()
getGenerationInformation in interface org.mule.runtime.ast.api.ComponentParameterAstpublic boolean isDefaultValue()
isDefaultValue in interface org.mule.runtime.ast.api.ComponentParameterAstCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.