public final class MetadataKeyIdModelProperty extends Object implements 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)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A unique name which identifies this property.
|
org.mule.metadata.api.model.MetadataType |
getType() |
boolean |
isExternalizable()
Whether this instance should be included when serializing or sharing
the owning
EnrichableModel or if on the contrary, this model property
holds information which is proprietary to the runtime and should not
communicated. |
public MetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type)
type - of the ParameterModel annotated with MetadataKeyId.public String getName()
getName in interface ModelPropertygetName in interface Namedpublic boolean isExternalizable()
EnrichableModel or if on the contrary, this model property
holds information which is proprietary to the runtime and should not
communicated.
Non externalizable properties should be skipped by serializers and any other kind of sharing mechanisms.
isExternalizable in interface ModelPropertypublic org.mule.metadata.api.model.MetadataType getType()
ParameterModel annotated with MetadataKeyIdCopyright © 2016 MuleSoft, Inc.. All rights reserved.