public static interface RequestType.Method
extends org.apache.xmlbeans.XmlString
Modifier and Type | Interface and Description |
---|---|
static class |
RequestType.Method.Enum
Enumeration value class for net.grinder.plugin.http.xml.RequestType$Method.
|
static class |
RequestType.Method.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static RequestType.Method.Enum |
DELETE |
static RequestType.Method.Enum |
GET |
static RequestType.Method.Enum |
HEAD |
static int |
INT_DELETE |
static int |
INT_GET |
static int |
INT_HEAD |
static int |
INT_OPTIONS |
static int |
INT_POST |
static int |
INT_PUT |
static int |
INT_TRACE |
static RequestType.Method.Enum |
OPTIONS |
static RequestType.Method.Enum |
POST |
static RequestType.Method.Enum |
PUT |
static RequestType.Method.Enum |
TRACE |
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 RequestType.Method.Enum DELETE
static final RequestType.Method.Enum GET
static final RequestType.Method.Enum HEAD
static final RequestType.Method.Enum OPTIONS
static final RequestType.Method.Enum POST
static final RequestType.Method.Enum PUT
static final RequestType.Method.Enum TRACE
static final int INT_DELETE
static final int INT_GET
static final int INT_HEAD
static final int INT_OPTIONS
static final int INT_POST
static final int INT_PUT
static final int INT_TRACE
Copyright © 2000-2014. All Rights Reserved.