com.eviware.soapui.model.support
Class DefaultTestStepProperty.PropertyHandlerAdapter

java.lang.Object
  extended by com.eviware.soapui.model.support.DefaultTestStepProperty.PropertyHandlerAdapter
All Implemented Interfaces:
DefaultTestStepProperty.PropertyHandler
Enclosing class:
DefaultTestStepProperty

public static class DefaultTestStepProperty.PropertyHandlerAdapter
extends java.lang.Object
implements DefaultTestStepProperty.PropertyHandler

Empty implementation of PropertyHandler interface

Author:
Ole.Matzura

Constructor Summary
DefaultTestStepProperty.PropertyHandlerAdapter()
           
 
Method Summary
 java.lang.String getValue(DefaultTestStepProperty property)
           
 void setValue(DefaultTestStepProperty property, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestStepProperty.PropertyHandlerAdapter

public DefaultTestStepProperty.PropertyHandlerAdapter()
Method Detail

getValue

public java.lang.String getValue(DefaultTestStepProperty property)
Specified by:
getValue in interface DefaultTestStepProperty.PropertyHandler

setValue

public void setValue(DefaultTestStepProperty property,
                     java.lang.String value)
Specified by:
setValue in interface DefaultTestStepProperty.PropertyHandler


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