Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Field and Description |
---|---|
static PropertyTransferTypesConfig.Enum |
PropertyTransferTypesConfig.JSONPATH |
static PropertyTransferTypesConfig.Enum |
PropertyTransferTypesConfig.XPATH |
static PropertyTransferTypesConfig.Enum |
PropertyTransferTypesConfig.XQUERY |
Modifier and Type | Method and Description |
---|---|
static PropertyTransferTypesConfig.Enum |
PropertyTransferTypesConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static PropertyTransferTypesConfig.Enum |
PropertyTransferTypesConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
PropertyTransferTypesConfig.Enum |
PropertyTransferConfig.getTargetTransferType()
Gets the "targetTransferType" element
|
PropertyTransferTypesConfig.Enum |
PropertyTransferConfig.getType()
Gets the "type" element
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransferConfig.setTargetTransferType(PropertyTransferTypesConfig.Enum targetTransferType)
Sets the "targetTransferType" element
|
void |
PropertyTransferConfig.setType(PropertyTransferTypesConfig.Enum type)
Sets the "type" element
|
Modifier and Type | Method and Description |
---|---|
PropertyTransferTypesConfig.Enum |
PropertyTransferConfigImpl.getTargetTransferType()
Gets the "targetTransferType" element
|
PropertyTransferTypesConfig.Enum |
PropertyTransferConfigImpl.getType()
Gets the "type" element
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransferConfigImpl.setTargetTransferType(PropertyTransferTypesConfig.Enum targetTransferType)
Sets the "targetTransferType" element
|
void |
PropertyTransferConfigImpl.setType(PropertyTransferTypesConfig.Enum type)
Sets the "type" element
|
Copyright © 2019. All Rights Reserved.