|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.protocol.http.parser.FormElement
Title: Description: Copyright: Copyright (c) 2001 Company:
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 |
public FormElement()
Method Detail |
public void setMultipleAllowed(boolean newMultipleAllowed)
newMultipleAllowed
- The new MultipleAllowed valuepublic void setName(String newName)
newName
- The new Name valuepublic void setPossibleValues(List newPossibleValues)
newPossibleValues
- The new PossibleValues valuepublic void setDefaultValues(List newDefaultValues)
newDefaultValues
- The new DefaultValues valuepublic boolean isMultipleAllowed()
public String getName()
public List getPossibleValues()
public List getDefaultValues()
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |