Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
method | set(index, value) | |
Gets the |
||
method | get(connectionName) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | getExternalConnectionById(connId) | |
Gets the |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
ExternalConnection get(index) / set(index, value)
index
- The zero based index of the element.ExternalConnection get(connectionName)
connectionName
- the name of data connectionExternalConnection getExternalConnectionById(connId)
connId: int
- external connection idclear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)