Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Field and Description |
---|---|
static OperationStylesConfig.Enum |
OperationStylesConfig.DOCUMENT |
static OperationStylesConfig.Enum |
OperationStylesConfig.RPC |
Modifier and Type | Method and Description |
---|---|
static OperationStylesConfig.Enum |
OperationStylesConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static OperationStylesConfig.Enum |
OperationStylesConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
OperationStylesConfig.Enum |
OperationConfig.getStyle()
Gets the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
OperationConfig.setStyle(OperationStylesConfig.Enum style)
Sets the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
OperationStylesConfig.Enum |
OperationConfigImpl.getStyle()
Gets the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
OperationConfigImpl.setStyle(OperationStylesConfig.Enum style)
Sets the "style" attribute
|
Copyright © 2019. All Rights Reserved.