public static enum TeeFilter.TeeFilterStreamType extends java.lang.Enum<TeeFilter.TeeFilterStreamType>
TeeFilter.| Modifier and Type | Method and Description |
|---|---|
static TeeFilter.TeeFilterStreamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeeFilter.TeeFilterStreamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeeFilter.TeeFilterStreamType STDLOG
public static final TeeFilter.TeeFilterStreamType STDOUT
public static final TeeFilter.TeeFilterStreamType STDERR
public static final TeeFilter.TeeFilterStreamType NULL
public static TeeFilter.TeeFilterStreamType[] values()
for (TeeFilter.TeeFilterStreamType c : TeeFilter.TeeFilterStreamType.values()) System.out.println(c);
public static TeeFilter.TeeFilterStreamType 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 2020 Kieker Project, http://kieker-monitoring.net