public class ConnectionParameterCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
ConnectionParameter | get(int index) | |
void | set(intindex, ConnectionParameter value) | |
Gets the |
||
ConnectionParameter | get(java.lang.String connParamName) | |
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. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public ConnectionParameter get(int index) / public void set(int index, ConnectionParameter value)
index
- The zero based index of the element.public ConnectionParameter get(java.lang.String connParamName)
connParamName
- connection parameter namepublic 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)