public class LDAPArgument extends AbstractTestElement implements java.io.Serializable
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
LDAPArgument()
Create a new Argument without a name, value, or metadata.
|
LDAPArgument(java.lang.String name,
java.lang.String value,
java.lang.String opcode)
Create a new Argument with the specified name and value, and no metadata.
|
LDAPArgument(java.lang.String name,
java.lang.String value,
java.lang.String opcode,
java.lang.String metadata)
Create a new Argument with the specified name, value, and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMetaData()
Gets the Meta Data attribute of the Argument.
|
java.lang.String |
getName()
Get the name of the Argument.
|
java.lang.String |
getOpcode()
Gets the opcode of the Argument object.
|
java.lang.String |
getValue()
Gets the value of the Argument object.
|
void |
setMetaData(java.lang.String newMetaData)
Sets the Meta Data attribute of the Argument.
|
void |
setName(java.lang.String newName)
Set the name of the Argument.
|
void |
setOpcode(java.lang.String newOpcode)
Sets the opcode of the Argument.
|
void |
setValue(java.lang.String newValue)
Sets the value of the Argument.
|
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyfinalize, getClass, notify, notifyAll, toString, wait, wait, waitremovedpublic LDAPArgument()
public LDAPArgument(java.lang.String name,
java.lang.String value,
java.lang.String opcode)
name - the argument namevalue - the argument valueopcode - the operation to perform, may be one of add,
delete, remove or
modify.public LDAPArgument(java.lang.String name,
java.lang.String value,
java.lang.String opcode,
java.lang.String metadata)
name - the argument namevalue - the argument valueopcode - the operation to perform, may be one of add,
delete, remove or
modify.metadata - the argument metadatapublic void setName(java.lang.String newName)
setName in interface TestElementsetName in class AbstractTestElementnewName - the new namepublic java.lang.String getName()
getName in interface TestElementgetName in class AbstractTestElementpublic void setValue(java.lang.String newValue)
newValue - the new valuepublic java.lang.String getValue()
public void setOpcode(java.lang.String newOpcode)
newOpcode - the new valuepublic java.lang.String getOpcode()
public void setMetaData(java.lang.String newMetaData)
newMetaData - the new metadatapublic java.lang.String getMetaData()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.