public static interface RestParameterConfig.Style
extends org.apache.xmlbeans.XmlString
Modifier and Type | Interface and Description |
---|---|
static class |
RestParameterConfig.Style.Enum
Enumeration value class for com.eviware.soapui.config.RestParameterConfig$Style.
|
static class |
RestParameterConfig.Style.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static RestParameterConfig.Style.Enum |
HEADER |
static int |
INT_HEADER |
static int |
INT_MATRIX |
static int |
INT_PLAIN |
static int |
INT_QUERY |
static int |
INT_TEMPLATE |
static RestParameterConfig.Style.Enum |
MATRIX |
static RestParameterConfig.Style.Enum |
PLAIN |
static RestParameterConfig.Style.Enum |
QUERY |
static RestParameterConfig.Style.Enum |
TEMPLATE |
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
org.apache.xmlbeans.StringEnumAbstractBase |
enumValue() |
void |
set(org.apache.xmlbeans.StringEnumAbstractBase e) |
getStringValue, set, setStringValue, stringValue
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final org.apache.xmlbeans.SchemaType type
static final RestParameterConfig.Style.Enum MATRIX
static final RestParameterConfig.Style.Enum HEADER
static final RestParameterConfig.Style.Enum QUERY
static final RestParameterConfig.Style.Enum TEMPLATE
static final RestParameterConfig.Style.Enum PLAIN
static final int INT_MATRIX
static final int INT_HEADER
static final int INT_QUERY
static final int INT_TEMPLATE
static final int INT_PLAIN
Copyright © 2019. All Rights Reserved.