public static enum FilterStep.Target extends Enum<FilterStep.Target>
| Enum Constant and Description |
|---|
FLAG
Comma-separated list of flags attached to the message.
|
MESSAGE
BusMessage object. |
OBJECT
Deserialized object embedded into the
BusMessage. |
SOURCE
Name of the source subsystem.
|
TEMPLATE
Expanded template.
|
TEXT
String produced by previous steps.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getToolTip() |
String |
toString() |
static FilterStep.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterStep.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterStep.Target MESSAGE
BusMessage object.public static final FilterStep.Target OBJECT
BusMessage.public static final FilterStep.Target SOURCE
public static final FilterStep.Target TEXT
public static final FilterStep.Target FLAG
public static final FilterStep.Target TEMPLATE
public static FilterStep.Target[] values()
for (FilterStep.Target c : FilterStep.Target.values()) System.out.println(c);
public static FilterStep.Target 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<FilterStep.Target>Copyright © 2023 LSST. All rights reserved.