org.apache.jmeter.protocol.ldap.config.gui
Class LDAPArgument
- Cloneable, Serializable, TestElement
public class LDAPArgument
implements Serializable
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
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.
|
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.
|
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , getPropertyAsLong , getPropertyAsString , getPropertyAsString , getThreadContext , getThreadName , hashCode , isEnabled , isRunningVersion , isTemporary , logProperties , mergeIn , propertyIterator , recoverRunningVersion , removeProperty , setComment , setName , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setRunningVersion , setTemporary , setThreadContext , setThreadName , traverse , traverseCollection , traverseMap , traverseProperty |
LDAPArgument
public LDAPArgument()
Create a new Argument without a name, value, or metadata.
LDAPArgument
public LDAPArgument(String name,
String value,
String opcode)
Create a new Argument with the specified name and value, and no metadata.
name
- the argument namevalue
- the argument value
LDAPArgument
public LDAPArgument(String name,
String value,
String opcode,
String metadata)
Create a new Argument with the specified name, value, and metadata.
name
- the argument namevalue
- the argument valuemetadata
- the argument metadata
getMetaData
public String getMetaData()
Gets the Meta Data attribute of the Argument.
getOpcode
public String getOpcode()
Gets the opcode of the Argument object.
getValue
public String getValue()
Gets the value of the Argument object.
setMetaData
public void setMetaData(String newMetaData)
Sets the Meta Data attribute of the Argument.
newMetaData
- the new metadata
setOpcode
public void setOpcode(String newOpcode)
Sets the opcode of the Argument.
newOpcode
- the new value
setValue
public void setValue(String newValue)
Sets the value of the Argument.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.