public final class MetadataKeyIdModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty for a of SourceModel and OperationModel parameters
that indicates that its a MetadataKeyId.| Constructor and Description |
|---|
MetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type,
String parameterName)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getParameterName() |
org.mule.metadata.api.model.MetadataType |
getType() |
boolean |
isPublic() |
public MetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type,
String parameterName)
type - of the ParameterModel annotated with MetadataKeyId.public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertypublic org.mule.metadata.api.model.MetadataType getType()
ParameterModel annotated with MetadataKeyIdpublic String getParameterName()
MetadataKeyIdCopyright © 2017 MuleSoft, Inc.. All rights reserved.