|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.model.support.DefaultTestStepProperty
public class DefaultTestStepProperty
Default implementation of TestStepProperty interface
| Nested Class Summary | |
|---|---|
static interface |
DefaultTestStepProperty.PropertyHandler
Handler for providing and setting property values |
static class |
DefaultTestStepProperty.PropertyHandlerAdapter
Empty implementation of PropertyHandler interface |
static class |
DefaultTestStepProperty.SimplePropertyHandler
Simple implementation of PropertyHandler interface |
| Constructor Summary | |
|---|---|
DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep)
|
|
DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep,
boolean requestPart)
|
|
DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
WsdlTestStep testStep)
|
|
DefaultTestStepProperty(java.lang.String name,
WsdlTestStep testStep)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
|
java.lang.String |
getDescription()
|
ModelItem |
getModelItem()
Gets the modelItem containing this property |
java.lang.String |
getName()
|
org.apache.xmlbeans.SchemaType |
getSchemaType()
|
TestStep |
getTestStep()
|
javax.xml.namespace.QName |
getType()
|
java.lang.String |
getValue()
|
boolean |
isReadOnly()
|
boolean |
isRequestPart()
defines if specific property belongs to request part |
void |
setDescription(java.lang.String description)
|
void |
setIsReadOnly(boolean isReadOnly)
|
void |
setName(java.lang.String name)
|
void |
setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep)
public DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
WsdlTestStep testStep,
boolean requestPart)
public DefaultTestStepProperty(java.lang.String name,
WsdlTestStep testStep)
public DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
WsdlTestStep testStep)
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in interface TestPropertypublic void setDescription(java.lang.String description)
public java.lang.String getName()
getName in interface TestPropertypublic void setName(java.lang.String name)
setName in interface RenameableTestPropertypublic void setIsReadOnly(boolean isReadOnly)
public boolean isReadOnly()
isReadOnly in interface TestPropertypublic void setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler)
public java.lang.String getValue()
getValue in interface TestPropertypublic void setValue(java.lang.String value)
setValue in interface TestPropertypublic TestStep getTestStep()
getTestStep in interface TestStepPropertypublic javax.xml.namespace.QName getType()
getType in interface TestPropertypublic ModelItem getModelItem()
TestProperty
getModelItem in interface TestPropertypublic java.lang.String getDefaultValue()
getDefaultValue in interface TestPropertypublic boolean isRequestPart()
TestProperty
isRequestPart in interface TestPropertypublic org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface TestProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||