com.eviware.soapui.model.support
Class TestStepBeanProperty

java.lang.Object
  extended by com.eviware.soapui.model.support.DefaultTestStepProperty
      extended by 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

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, WsdlTestStep testStep)
           
 
Method Summary
 
Methods inherited from class com.eviware.soapui.model.support.DefaultTestStepProperty
getDefaultValue, getDescription, getModelItem, getName, getTestStep, getType, getValue, isReadOnly, setDescription, setIsReadOnly, setName, setPropertyHandler, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStepBeanProperty

public TestStepBeanProperty(java.lang.String name,
                            boolean isReadOnly,
                            java.lang.Object targetObject,
                            java.lang.String targetName,
                            WsdlTestStep testStep)


Copyright © 2005-2009 eviware.com. All Rights Reserved.