Apache JMeter
1.9

org.apache.jmeter.protocol.http.parser
Class FormElement

java.lang.Object
  |
  +--org.apache.jmeter.protocol.http.parser.FormElement

public class FormElement
extends Object

Title: Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0

Constructor Summary
FormElement()
          Constructor for the FormElement object
 
Method Summary
 List getDefaultValues()
          Gets the DefaultValues attribute of the FormElement object
 String getName()
          Gets the Name attribute of the FormElement object
 List getPossibleValues()
          Gets the PossibleValues attribute of the FormElement object
 boolean isMultipleAllowed()
          Gets the MultipleAllowed attribute of the FormElement object
 void setDefaultValues(List newDefaultValues)
          Sets the DefaultValues attribute of the FormElement object
 void setMultipleAllowed(boolean newMultipleAllowed)
          Sets the MultipleAllowed attribute of the FormElement object
 void setName(String newName)
          Sets the Name attribute of the FormElement object
 void setPossibleValues(List newPossibleValues)
          Sets the PossibleValues attribute of the FormElement object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormElement

public FormElement()
Constructor for the FormElement object

Method Detail

setMultipleAllowed

public void setMultipleAllowed(boolean newMultipleAllowed)
Sets the MultipleAllowed attribute of the FormElement object

Parameters:
newMultipleAllowed - The new MultipleAllowed value

setName

public void setName(String newName)
Sets the Name attribute of the FormElement object

Parameters:
newName - The new Name value

setPossibleValues

public void setPossibleValues(List newPossibleValues)
Sets the PossibleValues attribute of the FormElement object

Parameters:
newPossibleValues - The new PossibleValues value

setDefaultValues

public void setDefaultValues(List newDefaultValues)
Sets the DefaultValues attribute of the FormElement object

Parameters:
newDefaultValues - The new DefaultValues value

isMultipleAllowed

public boolean isMultipleAllowed()
Gets the MultipleAllowed attribute of the FormElement object

Returns:
The MultipleAllowed value

getName

public String getName()
Gets the Name attribute of the FormElement object

Returns:
The Name value

getPossibleValues

public List getPossibleValues()
Gets the PossibleValues attribute of the FormElement object

Returns:
The PossibleValues value

getDefaultValues

public List getDefaultValues()
Gets the DefaultValues attribute of the FormElement object

Returns:
The DefaultValues value

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.