public static enum HarCustomFields.Type extends java.lang.Enum<HarCustomFields.Type>
Enum Constant and Description |
---|
HARBROWSER |
HARCACHE |
HARCACHEREQUEST |
HARCONTENT |
HARCOOKIE |
HARCREATOR |
HARENTRY |
HARENTRYTIMING |
HARHEADER |
HARLOG |
HARPAGE |
HARPAGETIMING |
HARPOSTDATA |
HARPOSTDATAPARAM |
HARQUERYSTRING |
HARREQUEST |
Modifier and Type | Method and Description |
---|---|
static HarCustomFields.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HarCustomFields.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HarCustomFields.Type HARLOG
public static final HarCustomFields.Type HARPAGE
public static final HarCustomFields.Type HARENTRY
public static final HarCustomFields.Type HARREQUEST
public static final HarCustomFields.Type HARCONTENT
public static final HarCustomFields.Type HARCOOKIE
public static final HarCustomFields.Type HARBROWSER
public static final HarCustomFields.Type HARCACHE
public static final HarCustomFields.Type HARCACHEREQUEST
public static final HarCustomFields.Type HARENTRYTIMING
public static final HarCustomFields.Type HARPAGETIMING
public static final HarCustomFields.Type HARCREATOR
public static final HarCustomFields.Type HARPOSTDATA
public static final HarCustomFields.Type HARPOSTDATAPARAM
public static final HarCustomFields.Type HARHEADER
public static final HarCustomFields.Type HARQUERYSTRING
public static HarCustomFields.Type[] values()
for (HarCustomFields.Type c : HarCustomFields.Type.values()) System.out.println(c);
public static HarCustomFields.Type 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 © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.