Object HTTPArgumentSchema.INSTANCE
-
- All Implemented Interfaces:
public class HTTPArgumentSchema.INSTANCE extends HTTPArgumentSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanPropertyDescriptor<HTTPArgumentSchema>
alwaysEncode
private final BooleanPropertyDescriptor<HTTPArgumentSchema>
useEquals
private final StringPropertyDescriptor<HTTPArgumentSchema>
contentType
private final StringPropertyDescriptor<ArgumentSchema>
argumentName
private final StringPropertyDescriptor<TestElementSchema>
comments
private final StringPropertyDescriptor<ArgumentSchema>
description
private final BooleanPropertyDescriptor<TestElementSchema>
enabled
private final Map<String, BasePropertyGroupSchema<?>>
groups
private final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>
guiClass
private final StringPropertyDescriptor<ArgumentSchema>
metadata
private final StringPropertyDescriptor<TestElementSchema>
name
private final Map<String, PropertyDescriptor<?, ?>>
properties
private final ClassPropertyDescriptor<TestElementSchema, Object>
testClass
private final StringPropertyDescriptor<ArgumentSchema>
value
public final static HTTPArgumentSchema.INSTANCE
INSTANCE
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate
-
Methods inherited from class org.apache.jmeter.protocol.http.util.HTTPArgumentSchema
getAlwaysEncode, getContentType, getUseEquals
-
Methods inherited from class org.apache.jmeter.config.ArgumentSchema
getArgumentName, getDescription, getMetadata, getValue
-
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-