public class ConnectivityModelProperty extends Object implements ModelProperty
EnrichableModel requires a connection of a given
connectionType| Constructor and Description |
|---|
ConnectivityModelProperty(org.mule.metadata.api.model.MetadataType connectionType)
Creates a new instance for the given
connectionType |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getConnectionType() |
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. |
boolean |
supportsTransactions() |
public ConnectivityModelProperty(org.mule.metadata.api.model.MetadataType connectionType)
connectionTypeconnectionType - public org.mule.metadata.api.model.MetadataType getConnectionType()
#connectionType}public boolean supportsTransactions()
public String getName()
getName in interface ModelPropertygetName in interface NamedconnectionTypepublic 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.