static enum PP_SingleFilterReasoning.FilterType extends java.lang.Enum<PP_SingleFilterReasoning.FilterType>
| Enum Constant and Description |
|---|
BYPASS
The bypass.
|
HIGHPASS
The highpass.
|
LOWPASS
The lowpass.
|
| Modifier and Type | Method and Description |
|---|---|
static PP_SingleFilterReasoning.FilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PP_SingleFilterReasoning.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PP_SingleFilterReasoning.FilterType LOWPASS
public static final PP_SingleFilterReasoning.FilterType HIGHPASS
public static final PP_SingleFilterReasoning.FilterType BYPASS
public static PP_SingleFilterReasoning.FilterType[] values()
for (PP_SingleFilterReasoning.FilterType c : PP_SingleFilterReasoning.FilterType.values()) System.out.println(c);
public static PP_SingleFilterReasoning.FilterType 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