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)
Deprecated.
|
MetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type,
String parameterName,
String categoryName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getCategoryName() |
String |
getName() |
String |
getParameterName() |
org.mule.metadata.api.model.MetadataType |
getType() |
boolean |
isPublic() |
public static final String NAME
@Deprecated 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()
MetadataKeyIdpublic Optional<String> getCategoryName()
MetadataKeyId belongs.Copyright © 2020 MuleSoft, Inc.. All rights reserved.