ExternalConnectionCollection
Contents
[
Hide
]ExternalConnectionCollection class
Specifies the ExternalConnection collection
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ExternalConnection | Gets the ExternalConnection element at the specified index. |
| Item (java.lang.String) | ExternalConnection | Gets the ExternalConnection element with the specified name. |
Methods
| Name | Description |
|---|---|
| getExternalConnectionById | Gets the ExternalConnection element with the specified id. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| add | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ExternalConnectionCollection.Count property
Type: int
ExternalConnectionCollection.Item (int) property
Gets the ExternalConnection element at the specified index.
Type: ExternalConnection
ExternalConnectionCollection.Item (java.lang.String) property
Gets the ExternalConnection element with the specified name.
Type: ExternalConnection
getExternalConnectionById(connId)
Gets the ExternalConnection element with the specified id.
| Parameter | Type | Description |
|---|---|---|
| connId | int | external connection id |
Returns: The element with the specified id.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
add(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.