com.meterware.httpunit.scripting

Interface SelectionOptions

public interface SelectionOptions

Represents an array of Options

Author: Russell Gold

Method Summary
intgetLength()
Returns the length of this array
voidput(int i, SelectionOption option)
Specify the specified option
voidsetLength(int length)
Sets a new length to this array

Method Detail

getLength

public int getLength()
Returns the length of this array

put

public void put(int i, SelectionOption option)
Specify the specified option

setLength

public void setLength(int length)
Sets a new length to this array