public class EnvironmentTestProperty extends Object implements com.eviware.soapui.model.testsuite.RenameableTestProperty
| Constructor and Description |
|---|
EnvironmentTestProperty(com.eviware.soapui.model.testsuite.TestProperty projectProperty,
com.eviware.soapui.config.PropertyConfig environmentPropertyConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataType() |
String |
getDefaultValue() |
String |
getDescription() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
String |
getName() |
com.eviware.soapui.model.testsuite.TestProperty |
getProjectProperty() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
QName |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isReadOnly() |
boolean |
isRequestPart() |
void |
setName(String name) |
void |
setValue(String value) |
public EnvironmentTestProperty(com.eviware.soapui.model.testsuite.TestProperty projectProperty,
com.eviware.soapui.config.PropertyConfig environmentPropertyConfig)
public String getName()
getName in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getDescription()
getDescription in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getValue()
getValue in interface com.eviware.soapui.tools.ValueHolderpublic String getDefaultValue()
getDefaultValue in interface com.eviware.soapui.model.testsuite.TestPropertypublic void setValue(String value)
setValue in interface com.eviware.soapui.tools.ValueHolderpublic boolean isReadOnly()
isReadOnly in interface com.eviware.soapui.model.testsuite.TestPropertypublic QName getType()
getType in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getDataType()
getDataType in interface com.eviware.soapui.model.testsuite.TestPropertypublic com.eviware.soapui.model.ModelItem getModelItem()
getModelItem in interface com.eviware.soapui.model.testsuite.TestPropertypublic boolean isRequestPart()
isRequestPart in interface com.eviware.soapui.model.testsuite.TestPropertypublic org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface com.eviware.soapui.model.testsuite.TestPropertypublic void setName(String name)
setName in interface com.eviware.soapui.model.testsuite.RenameableTestPropertypublic com.eviware.soapui.model.testsuite.TestProperty getProjectProperty()
Copyright © 2019. All rights reserved.