com.eviware.soapui.model.testsuite
Interface TestProperty

All Known Subinterfaces:
TestStepProperty
All Known Implementing Classes:
DefaultTestStepProperty, MapTestPropertyHolder.InternalTestProperty, TestStepBeanProperty, XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty

public interface TestProperty


Nested Class Summary
static class TestProperty.Type
           
 
Method Summary
 java.lang.String getDescription()
           
 ModelItem getModelItem()
          Gets the modelItem containing this property
 java.lang.String getName()
           
 TestProperty.Type 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()

setValue

void setValue(java.lang.String value)

isReadOnly

boolean isReadOnly()

getType

TestProperty.Type getType()

getModelItem

ModelItem getModelItem()
Gets the modelItem containing this property

Returns:
the modelItem containing this property


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