com.eviware.soapui.model.testsuite
Interface TestProperty
- All Known Subinterfaces:
- RenameableTestProperty, TestStepProperty
- All Known Implementing Classes:
- DefaultTestStepProperty, MapTestPropertyHolder.InternalTestProperty, TestStepBeanProperty, XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty, XmlBeansRestParamsTestPropertyHolder.RestParamProperty
public interface TestProperty
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-2008 eviware.com. All Rights Reserved.