com.eviware.soapui.impl.rest.support
Enum XmlBeansRestParamsTestPropertyHolder.ParameterStyle
java.lang.Object
java.lang.Enum<XmlBeansRestParamsTestPropertyHolder.ParameterStyle>
com.eviware.soapui.impl.rest.support.XmlBeansRestParamsTestPropertyHolder.ParameterStyle
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<XmlBeansRestParamsTestPropertyHolder.ParameterStyle>
- Enclosing class:
- XmlBeansRestParamsTestPropertyHolder
public static enum XmlBeansRestParamsTestPropertyHolder.ParameterStyle
- extends java.lang.Enum<XmlBeansRestParamsTestPropertyHolder.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 XmlBeansRestParamsTestPropertyHolder.ParameterStyle MATRIX
HEADER
public static final XmlBeansRestParamsTestPropertyHolder.ParameterStyle HEADER
QUERY
public static final XmlBeansRestParamsTestPropertyHolder.ParameterStyle QUERY
TEMPLATE
public static final XmlBeansRestParamsTestPropertyHolder.ParameterStyle TEMPLATE
PLAIN
public static final XmlBeansRestParamsTestPropertyHolder.ParameterStyle PLAIN
values
public static XmlBeansRestParamsTestPropertyHolder.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 (XmlBeansRestParamsTestPropertyHolder.ParameterStyle c : XmlBeansRestParamsTestPropertyHolder.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 XmlBeansRestParamsTestPropertyHolder.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-2008 eviware.com. All Rights Reserved.