public class ExternalConnectionCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
ExternalConnection | get(int index) | |
void | set(intindex, ExternalConnection value) | |
Gets the |
||
ExternalConnection | get(java.lang.String connectionName) | |
Gets the |
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
ExternalConnection | getExternalConnectionById(int connId) | |
Gets the |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public ExternalConnection get(int index) / public void set(int index, ExternalConnection value)
index
- The zero based index of the element.public ExternalConnection get(java.lang.String connectionName)
connectionName
- data connection namepublic ExternalConnection getExternalConnectionById(int connId)
connId
- external connection idpublic void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)