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.TestProperty
public String getDescription()
getDescription
in interface com.eviware.soapui.model.testsuite.TestProperty
public String getValue()
getValue
in interface com.eviware.soapui.tools.ValueHolder
public String getDefaultValue()
getDefaultValue
in interface com.eviware.soapui.model.testsuite.TestProperty
public void setValue(String value)
setValue
in interface com.eviware.soapui.tools.ValueHolder
public boolean isReadOnly()
isReadOnly
in interface com.eviware.soapui.model.testsuite.TestProperty
public QName getType()
getType
in interface com.eviware.soapui.model.testsuite.TestProperty
public String getDataType()
getDataType
in interface com.eviware.soapui.model.testsuite.TestProperty
public com.eviware.soapui.model.ModelItem getModelItem()
getModelItem
in interface com.eviware.soapui.model.testsuite.TestProperty
public boolean isRequestPart()
isRequestPart
in interface com.eviware.soapui.model.testsuite.TestProperty
public org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType
in interface com.eviware.soapui.model.testsuite.TestProperty
public void setName(String name)
setName
in interface com.eviware.soapui.model.testsuite.RenameableTestProperty
public com.eviware.soapui.model.testsuite.TestProperty getProjectProperty()
Copyright © 2019. All rights reserved.