Package com.meterware.httpunit.scripting
Interface SelectionOptions
-
public interface SelectionOptionsRepresents an array of Options- Author:
- Russell Gold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()Returns the length of this arrayvoidput(int i, SelectionOption option)Specify the specified optionvoidsetLength(int length)Sets a new length to this array
-
-
-
Method Detail
-
getLength
int getLength()
Returns the length of this array
-
setLength
void setLength(int length)
Sets a new length to this array
-
put
void put(int i, SelectionOption option)Specify the specified option
-
-