public static enum HTTPSamplerBase.SourceType extends java.lang.Enum<HTTPSamplerBase.SourceType>
| Enum Constant and Description |
|---|
DEVICE |
DEVICE_IPV4 |
DEVICE_IPV6 |
HOSTNAME |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
propertyName |
| Modifier and Type | Method and Description |
|---|---|
static HTTPSamplerBase.SourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HTTPSamplerBase.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTTPSamplerBase.SourceType HOSTNAME
public static final HTTPSamplerBase.SourceType DEVICE
public static final HTTPSamplerBase.SourceType DEVICE_IPV4
public static final HTTPSamplerBase.SourceType DEVICE_IPV6
public static HTTPSamplerBase.SourceType[] values()
for (HTTPSamplerBase.SourceType c : HTTPSamplerBase.SourceType.values()) System.out.println(c);
public static HTTPSamplerBase.SourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.