|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.model.support.DefaultTestStepProperty
com.eviware.soapui.model.support.TestStepBeanProperty
public class TestStepBeanProperty
TestStepProperty implementation that maps to a standard javabean property
Nested Class Summary | |
---|---|
static class |
TestStepBeanProperty.BeanPropertyHandler
PropertyHandler for setting/getting bean properties |
Nested classes/interfaces inherited from class com.eviware.soapui.model.support.DefaultTestStepProperty |
---|
DefaultTestStepProperty.PropertyHandler, DefaultTestStepProperty.PropertyHandlerAdapter, DefaultTestStepProperty.SimplePropertyHandler |
Constructor Summary | |
---|---|
TestStepBeanProperty(java.lang.String name,
boolean isReadOnly,
java.lang.Object targetObject,
java.lang.String targetName,
TestStep testStep)
|
Method Summary |
---|
Methods inherited from class com.eviware.soapui.model.support.DefaultTestStepProperty |
---|
getDescription, getName, getTestStep, getValue, isReadOnly, setDescription, setIsReadOnly, setPropertyHandler, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestStepBeanProperty(java.lang.String name, boolean isReadOnly, java.lang.Object targetObject, java.lang.String targetName, TestStep testStep)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |