public static enum TracerFilter.Mode extends Enum<TracerFilter.Mode>
| Enum Constant and Description |
|---|
OFF
Ignore this filter.
|
ON
Reject messages that do not satisfy this filter.
|
PASS
Accept all messages, change properties of those that satisfy this filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getToolTip() |
String |
toString() |
static TracerFilter.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracerFilter.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TracerFilter.Mode ON
public static final TracerFilter.Mode PASS
public static final TracerFilter.Mode OFF
public static TracerFilter.Mode[] values()
for (TracerFilter.Mode c : TracerFilter.Mode.values()) System.out.println(c);
public static TracerFilter.Mode 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 getToolTip()
public String toString()
toString in class Enum<TracerFilter.Mode>Copyright © 2018 LSST. All rights reserved.