public final class ConnectionTypeModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty meant to be used on connection provider models, which indicates the
type of the produced connections| Constructor and Description |
|---|
ConnectionTypeModelProperty(Class<?> connectionType)
Creates a new instance
|
ConnectionTypeModelProperty(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getConnectionType() |
Type |
getConnectionTypeElement() |
String |
getName() |
boolean |
isPublic() |
public ConnectionTypeModelProperty(Class<?> connectionType)
connectionType - a connection typepublic ConnectionTypeModelProperty(Type type)
public Class<?> getConnectionType()
public Type getConnectionTypeElement()
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.ModelPropertyfalseCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.