public abstract class WsdlTestStepWithProperties extends WsdlTestStep
Modifier and Type | Field and Description |
---|---|
static String |
RAW_RESPONSE |
static String |
RESPONSE |
static String |
RESPONSE_AS_XML |
DISABLED_PROPERTY
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
Modifier | Constructor and Description |
---|---|
protected |
WsdlTestStepWithProperties(WsdlTestCase testCase,
TestStepConfig config,
boolean hasEditor,
boolean forLoadTest) |
afterCopy, cancel, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, resetConfigOnMove, setDisabled, setName
addExternalDependencies, afterLoad, beforeSave, dependsOn, getConfig, getDescription, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, release, resolve, setConfig, setDescription, setIcon, setSettings
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, getProject, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static String RESPONSE
public static String RESPONSE_AS_XML
public static String RAW_RESPONSE
protected WsdlTestStepWithProperties(WsdlTestCase testCase, TestStepConfig config, boolean hasEditor, boolean forLoadTest)
public String[] getPropertyNames()
public TestProperty getProperty(String name)
protected void addProperty(TestProperty property)
protected void addProperty(TestProperty property, boolean notify)
protected TestProperty deleteProperty(String name, boolean notify)
public void propertyRenamed(String oldName)
public void addTestPropertyListener(TestPropertyListener listener)
public void removeTestPropertyListener(TestPropertyListener listener)
protected void firePropertyAdded(String name)
protected void firePropertyRemoved(String name)
public void firePropertyValueChanged(String name, String oldValue, String newValue)
public Map<String,TestProperty> getProperties()
public boolean hasProperty(String name)
public boolean hasProperties()
public TestProperty getPropertyAt(int index)
public int getPropertyCount()
public List<TestProperty> getPropertyList()
protected void firePropertyMoved(String name, int oldIndex, int newIndex)
public void moveProperty(String propertyName, int targetIndex)
Copyright © 2019. All Rights Reserved.