com.eviware.soapui.model.testsuite
Interface TestProperty

All Known Subinterfaces:
RenameableTestProperty, RestParamProperty, TestStepProperty
All Known Implementing Classes:
DefaultTestStepProperty, MapTestPropertyHolder.InternalTestProperty, RestRequestParamsPropertyHolder.InternalRestParamProperty, TestStepBeanProperty, XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty, XmlBeansRestParamsTestPropertyHolder.XmlBeansRestParamProperty

public interface TestProperty


Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 ModelItem getModelItem()
          Gets the modelItem containing this property
 java.lang.String getName()
           
 javax.xml.namespace.QName getType()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 void setValue(java.lang.String value)
           
 

Method Detail

getName

java.lang.String getName()

getDescription

java.lang.String getDescription()

getValue

java.lang.String getValue()

getDefaultValue

java.lang.String getDefaultValue()

setValue

void setValue(java.lang.String value)

isReadOnly

boolean isReadOnly()

getType

javax.xml.namespace.QName getType()

getModelItem

ModelItem getModelItem()
Gets the modelItem containing this property

Returns:
the modelItem containing this property


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