public static enum AttributeFilterPanel.Type extends java.lang.Enum<AttributeFilterPanel.Type>
Enum Constant and Description |
---|
ANYEVENTINTRACE |
EVENT |
FIRSTEVENTINTRACE |
LASTEVENTINTRACE |
Modifier and Type | Method and Description |
---|---|
static AttributeFilterPanel.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeFilterPanel.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeFilterPanel.Type EVENT
public static final AttributeFilterPanel.Type FIRSTEVENTINTRACE
public static final AttributeFilterPanel.Type LASTEVENTINTRACE
public static final AttributeFilterPanel.Type ANYEVENTINTRACE
public static AttributeFilterPanel.Type[] values()
for (AttributeFilterPanel.Type c : AttributeFilterPanel.Type.values()) System.out.println(c);
public static AttributeFilterPanel.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 null