public static enum FilterForm.TraceExpandValue extends Enum<FilterForm.TraceExpandValue>
| Enum Constant and Description |
|---|
APPLICATION |
CARD |
EVENTS |
NOTES |
REQUEST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FilterForm.TraceExpandValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterForm.TraceExpandValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterForm.TraceExpandValue CARD
public static final FilterForm.TraceExpandValue EVENTS
public static final FilterForm.TraceExpandValue NOTES
public static final FilterForm.TraceExpandValue REQUEST
public static final FilterForm.TraceExpandValue APPLICATION
public static FilterForm.TraceExpandValue[] values()
for (FilterForm.TraceExpandValue c : FilterForm.TraceExpandValue.values()) System.out.println(c);
public static FilterForm.TraceExpandValue valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FilterForm.TraceExpandValue>Copyright © 2016 Contrast Security. All rights reserved.