| Modifier and Type | Field and Description |
|---|---|
protected ConnectorType |
ConnectorProviderBase.connectorTypeBean |
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectorType |
ConnectorProvider.getConnectorType()
Returns the properties about the type of connector that this ConnectorTypeManager supports.
|
ConnectorType |
ConnectorProviderBase.getConnectorType()
Returns the properties about the type of connector that this ConnectorTypeManager supports.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectorProviderBase.setConnectorTypeProperties(ConnectorType connectorTypeBean)
Setter method to enable a subclass to set up the connector type properties that are
added to a connection properties object.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorType |
ConnectorTypeProperties.connectorTypeBean |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectorType |
ConnectorTypeProperties.getConnectorTypeBean()
Return the bean - used in cloning
|
| Constructor and Description |
|---|
ConnectorTypeProperties(AssetDescriptor parentAsset,
ConnectorType connectorTypeBean)
Bean constructor with parent asset
|
ConnectorTypeProperties(ConnectorType connectorTypeBean)
Bean constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorType |
Connection.connectorType |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
Connection.getConnectorType()
Returns a copy of the properties for this connection's connector type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setConnectorType(ConnectorType connectorType)
Set up the connector type properties for this Connection.
|
| Constructor and Description |
|---|
ConnectorType(ConnectorType template)
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
|
Copyright © 2018–2020 ODPi. All rights reserved.