public class DefaultTestStepProperty extends Object implements TestStepProperty, RenameableTestProperty
Modifier and Type | Class and Description |
---|---|
static interface |
DefaultTestStepProperty.PropertyHandler
Handler for providing and setting property values
|
static class |
DefaultTestStepProperty.PropertyHandlerAdapter
Empty implementation of PropertyHandler interface
|
static class |
DefaultTestStepProperty.SimplePropertyHandler
Simple implementation of PropertyHandler interface
|
Constructor and Description |
---|
DefaultTestStepProperty(String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep) |
DefaultTestStepProperty(String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep,
boolean requestPart) |
DefaultTestStepProperty(String name,
boolean isReadOnly,
WsdlTestStep testStep) |
DefaultTestStepProperty(String name,
WsdlTestStep testStep) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDescription() |
ModelItem |
getModelItem()
Gets the modelItem containing this property
|
String |
getName() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
TestStep |
getTestStep() |
QName |
getType() |
String |
getValue() |
boolean |
isReadOnly() |
boolean |
isRequestPart()
defines if specific property belongs to request part
|
void |
setDescription(String description) |
void |
setIsReadOnly(boolean isReadOnly) |
void |
setName(String name) |
void |
setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler) |
void |
setValue(String value) |
public DefaultTestStepProperty(String name, boolean isReadOnly, DefaultTestStepProperty.PropertyHandler handler, WsdlTestStep testStep)
public DefaultTestStepProperty(String name, boolean isReadOnly, DefaultTestStepProperty.PropertyHandler handler, WsdlTestStep testStep, boolean requestPart)
public DefaultTestStepProperty(String name, WsdlTestStep testStep)
public DefaultTestStepProperty(String name, boolean isReadOnly, WsdlTestStep testStep)
public String getDescription()
getDescription
in interface TestProperty
public void setDescription(String description)
public String getName()
getName
in interface TestProperty
public void setName(String name)
setName
in interface RenameableTestProperty
public void setIsReadOnly(boolean isReadOnly)
public boolean isReadOnly()
isReadOnly
in interface TestProperty
public void setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler)
public String getValue()
getValue
in interface TestProperty
public void setValue(String value)
setValue
in interface TestProperty
public TestStep getTestStep()
getTestStep
in interface TestStepProperty
public QName getType()
getType
in interface TestProperty
public ModelItem getModelItem()
TestProperty
getModelItem
in interface TestProperty
public String getDefaultValue()
getDefaultValue
in interface TestProperty
public boolean isRequestPart()
TestProperty
isRequestPart
in interface TestProperty
public org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType
in interface TestProperty
Copyright © 2019. All Rights Reserved.