public interface IUserPropertiesType
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(IUserPropertiesParameterType vParameter)
Method addParameter
|
void |
clearParameter()
Method clearParameter
|
java.util.List |
getParameter()
Method getParameter
|
IUserPropertiesParameterType |
getParameter(int index)
Method getParameter
|
int |
getParameterCount()
Method getParameterCount
|
IUserPropertiesParameterType |
removeParameter(int index)
Method removeParameter
|
void |
setParameter(int index,
IUserPropertiesParameterType vParameter)
Method setParameter
|
void |
setParameter(java.util.List parameterList)
Method setParameterSets the value of 'parameter' by copying
the given ArrayList.
|
void addParameter(IUserPropertiesParameterType vParameter) throws java.lang.IndexOutOfBoundsException
vParameter - java.lang.IndexOutOfBoundsExceptionvoid clearParameter()
IUserPropertiesParameterType getParameter(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionjava.util.List getParameter()
int getParameterCount()
IUserPropertiesParameterType removeParameter(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionvoid setParameter(int index,
IUserPropertiesParameterType vParameter)
throws java.lang.IndexOutOfBoundsException
index - vParameter - java.lang.IndexOutOfBoundsExceptionvoid setParameter(java.util.List parameterList)
parameterList - the Vector to copy.