ExternalConnectionCollection

ExternalConnectionCollection class

Specifies the ExternalConnection collection

Properties

NameTypeDescription
Countint
Item (int)ExternalConnectionGets the ExternalConnection element at the specified index.
Item (java.lang.String)ExternalConnectionGets the ExternalConnection element with the specified name.

Methods

NameDescription
getExternalConnectionByIdGets the ExternalConnection element with the specified id.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
addReserved for internal use.
indexOfReserved 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.

ParameterTypeDescription
connIdintexternal 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.