Class SourceClusterSupportModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.SourceClusterSupportModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public class SourceClusterSupportModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
Private
ModelProperty which describes the cluster support of a given SourceModel- Since:
- 1.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSourceClusterSupportModelProperty(org.mule.sdk.api.annotation.source.SourceClusterSupport clusterSupport) -
Method Summary
-
Constructor Details
-
SourceClusterSupportModelProperty
public SourceClusterSupportModelProperty(org.mule.sdk.api.annotation.source.SourceClusterSupport clusterSupport)
-
-
Method Details
-
getSourceClusterSupport
public org.mule.sdk.api.annotation.source.SourceClusterSupport getSourceClusterSupport() -
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty
-