| Modifier and Type | Method and Description |
|---|---|
ExternalConnectionType |
InboundNetworkConnection.getConnectionType() |
ExternalConnectionType |
OutboundNetworkConnection.getConnectionType() |
static ExternalConnectionType |
ExternalConnectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalConnectionType[] |
ExternalConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InboundNetworkConnection.setConnectionType(ExternalConnectionType connectionType) |
void |
OutboundNetworkConnection.setConnectionType(ExternalConnectionType connectionType) |
Copyright © 2020. All Rights Reserved.