|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.protocol.ldap.config.gui.LDAPArgument
Class representing an argument. Each argument consists of a name/value and opcode combination, as well as (optional) metadata. author Dolf Smits(Dolf.Smits@Siemens.com) created Aug 09 2003 11:00 AM company Siemens Netherlands N.V.. Based on the work of: author Michael Stover author Mark Walsh
Field Summary | |
static String |
ARG_NAME
Name used to store the argument's name. |
static String |
METADATA
Name used to store the argument's metadata. |
static String |
OPCODE
Name used to store the argument's value. |
static String |
VALUE
Name used to store the argument's value. |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
LDAPArgument()
Create a new Argument without a name, value, or metadata. |
|
LDAPArgument(String name,
String value,
String opcode)
Create a new Argument with the specified name and value, and no metadata. |
|
LDAPArgument(String name,
String value,
String opcode,
String metadata)
Create a new Argument with the specified name, value, and metadata. |
Method Summary | |
String |
getMetaData()
Gets the Meta Data attribute of the Argument. |
String |
getName()
Get the name of the Argument. |
String |
getOpcode()
Gets the opcode of the Argument object. |
String |
getValue()
Gets the value of the Argument object. |
void |
setMetaData(String newMetaData)
Sets the Meta Data attribute of the Argument. |
void |
setName(String newName)
Set the name of the Argument. |
void |
setOpcode(String newOpcode)
Sets the opcode of the Argument. |
void |
setValue(String newValue)
Sets the value of the Argument. |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String ARG_NAME
public static final String VALUE
public static final String OPCODE
public static final String METADATA
Constructor Detail |
public LDAPArgument()
public LDAPArgument(String name, String value, String opcode)
name
- the argument namevalue
- the argument valuepublic LDAPArgument(String name, String value, String opcode, String metadata)
name
- the argument namevalue
- the argument valuemetadata
- the argument metadataMethod Detail |
public void setName(String newName)
setName
in class AbstractTestElement
newName
- the new namepublic String getName()
getName
in class AbstractTestElement
public void setValue(String newValue)
newValue
- the new valuepublic String getValue()
public void setOpcode(String newOpcode)
public String getOpcode()
public void setMetaData(String newMetaData)
newMetaData
- the new metadatapublic String getMetaData()
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |