Class HeaderSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class HeaderSchema extends TestElementSchemaLists properties of a Header.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHeaderSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final StringPropertyDescriptor<HeaderSchema>headerNameprivate final StringPropertyDescriptor<HeaderSchema>valueprivate final StringPropertyDescriptor<TestElementSchema>commentsprivate final BooleanPropertyDescriptor<TestElementSchema>enabledprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>guiClassprivate final StringPropertyDescriptor<TestElementSchema>nameprivate final Map<String, PropertyDescriptor<?, ?>>propertiesprivate final ClassPropertyDescriptor<TestElementSchema, Object>testClasspublic final static HeaderSchema.INSTANCEINSTANCE
-
Constructor Summary
Constructors Constructor Description HeaderSchema()
-
Method Summary
Modifier and Type Method Description final StringPropertyDescriptor<HeaderSchema>getHeaderName()final StringPropertyDescriptor<HeaderSchema>getValue()-
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass -
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getHeaderName
final StringPropertyDescriptor<HeaderSchema> getHeaderName()
-
getValue
final StringPropertyDescriptor<HeaderSchema> getValue()
-
-
-
-