public class ConfigTypeModelProperty extends Object implements ModelProperty
EnrichableModel requires a configuration of a given
configType| Constructor and Description |
|---|
ConfigTypeModelProperty(org.mule.metadata.api.model.MetadataType configType)
Creates a new instance for the given
configType |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getConfigType() |
String |
getName()
A unique name which identifies this property.
|
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 ConfigTypeModelProperty(org.mule.metadata.api.model.MetadataType configType)
configTypeconfigType - public org.mule.metadata.api.model.MetadataType getConfigType()
#configType }public String getName()
getName in interface ModelPropertygetName in interface NamedconfigTypepublic 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 ModelPropertyfalseCopyright © 2016 MuleSoft, Inc.. All rights reserved.