com.eviware.soapui.impl.rest.support
Enum RestParamsPropertyHolder.ParameterStyle
java.lang.Object
java.lang.Enum<RestParamsPropertyHolder.ParameterStyle>
com.eviware.soapui.impl.rest.support.RestParamsPropertyHolder.ParameterStyle
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RestParamsPropertyHolder.ParameterStyle>
- Enclosing interface:
- RestParamsPropertyHolder
public static enum RestParamsPropertyHolder.ParameterStyle
- extends java.lang.Enum<RestParamsPropertyHolder.ParameterStyle>
Internal property class
- Author:
- ole
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MATRIX
public static final RestParamsPropertyHolder.ParameterStyle MATRIX
HEADER
public static final RestParamsPropertyHolder.ParameterStyle HEADER
QUERY
public static final RestParamsPropertyHolder.ParameterStyle QUERY
TEMPLATE
public static final RestParamsPropertyHolder.ParameterStyle TEMPLATE
PLAIN
public static final RestParamsPropertyHolder.ParameterStyle PLAIN
values
public static RestParamsPropertyHolder.ParameterStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RestParamsPropertyHolder.ParameterStyle c : RestParamsPropertyHolder.ParameterStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RestParamsPropertyHolder.ParameterStyle valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
Copyright © 2005-2010 eviware.com. All Rights Reserved.