public class PropertyImpl extends Object implements com.eviware.soapui.model.environment.Property, com.eviware.soapui.tools.ValueHolder
| Constructor and Description |
|---|
PropertyImpl(com.eviware.soapui.config.PropertyConfig config,
EnvironmentImpl environment,
String icon) |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.config.PropertyConfig |
getConfig() |
com.eviware.soapui.model.environment.Environment |
getEnvironment() |
String |
getName() |
String |
getValue() |
void |
release() |
void |
setEnvironment(com.eviware.soapui.model.environment.Environment environment) |
void |
setName(String name) |
void |
setValue(String value) |
public PropertyImpl(com.eviware.soapui.config.PropertyConfig config,
EnvironmentImpl environment,
String icon)
public String getName()
getName in interface com.eviware.soapui.model.environment.Propertypublic String getValue()
getValue in interface com.eviware.soapui.model.environment.PropertygetValue in interface com.eviware.soapui.tools.ValueHolderpublic void setName(String name)
public void setValue(String value)
setValue in interface com.eviware.soapui.tools.ValueHolderpublic com.eviware.soapui.model.environment.Environment getEnvironment()
getEnvironment in interface com.eviware.soapui.model.environment.Propertypublic void setEnvironment(com.eviware.soapui.model.environment.Environment environment)
setEnvironment in interface com.eviware.soapui.model.environment.Propertypublic com.eviware.soapui.config.PropertyConfig getConfig()
public void release()
release in interface com.eviware.soapui.model.environment.PropertyCopyright © 2019. All rights reserved.