com.eviware.soapui.model.support
Class TestStepBeanProperty
java.lang.Object
com.eviware.soapui.model.support.DefaultTestStepProperty
com.eviware.soapui.model.support.TestStepBeanProperty
- All Implemented Interfaces:
- RenameableTestProperty, TestProperty, TestStepProperty
public class TestStepBeanProperty
- extends DefaultTestStepProperty
TestStepProperty implementation that maps to a standard javabean property
- Author:
- Ole.Matzura
|
Constructor Summary |
TestStepBeanProperty(java.lang.String name,
boolean isReadOnly,
java.lang.Object targetObject,
java.lang.String targetName,
WsdlTestStep testStep)
|
TestStepBeanProperty(java.lang.String name,
boolean isReadOnly,
java.lang.Object targetObject,
java.lang.String targetName,
WsdlTestStep testStep,
boolean requestPart)
|
| Methods inherited from class com.eviware.soapui.model.support.DefaultTestStepProperty |
getDefaultValue, getDescription, getModelItem, getName, getSchemaType, getTestStep, getType, getValue, isReadOnly, isRequestPart, setDescription, setIsReadOnly, setName, setPropertyHandler, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestStepBeanProperty
public TestStepBeanProperty(java.lang.String name,
boolean isReadOnly,
java.lang.Object targetObject,
java.lang.String targetName,
WsdlTestStep testStep)
TestStepBeanProperty
public TestStepBeanProperty(java.lang.String name,
boolean isReadOnly,
java.lang.Object targetObject,
java.lang.String targetName,
WsdlTestStep testStep,
boolean requestPart)
Copyright © 2005-2011 eviware.com. All Rights Reserved.