public class PropertyExpansionXPathForRefactoring extends Object implements XPathForRefactoring
Constructor and Description |
---|
PropertyExpansionXPathForRefactoring(com.eviware.soapui.model.propertyexpansion.MutablePropertyExpansion mpe,
com.eviware.soapui.model.iface.Operation operation,
boolean isRequest) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
com.eviware.soapui.model.iface.Operation |
getOperation() |
String |
getXPath() |
boolean |
isRequest() |
void |
setXPath(String xpath) |
String |
toString() |
void |
update() |
public PropertyExpansionXPathForRefactoring(com.eviware.soapui.model.propertyexpansion.MutablePropertyExpansion mpe, com.eviware.soapui.model.iface.Operation operation, boolean isRequest)
public String getLabel()
getLabel
in interface XPathForRefactoring
public String getXPath()
getXPath
in interface XPathForRefactoring
public void setXPath(String xpath)
setXPath
in interface XPathForRefactoring
public boolean isRequest()
isRequest
in interface XPathForRefactoring
public com.eviware.soapui.model.iface.Operation getOperation()
getOperation
in interface XPathForRefactoring
public void update()
update
in interface XPathForRefactoring
Copyright © 2019. All rights reserved.