public static enum DlineageXmlProjector.FanoutPolicy extends Enum<DlineageXmlProjector.FanoutPolicy>
| Enum Constant and Description |
|---|
INCLUDE_ALL
Row-influence: every fdd terminal kept regardless of intervening function nodes.
|
SUPPRESS_AGGREGATE_NULL_ARG
SELECT projection: function fdd whose argument is `*` or constant suppresses fan-out.
|
| Modifier and Type | Method and Description |
|---|---|
static DlineageXmlProjector.FanoutPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DlineageXmlProjector.FanoutPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DlineageXmlProjector.FanoutPolicy SUPPRESS_AGGREGATE_NULL_ARG
public static final DlineageXmlProjector.FanoutPolicy INCLUDE_ALL
public static DlineageXmlProjector.FanoutPolicy[] values()
for (DlineageXmlProjector.FanoutPolicy c : DlineageXmlProjector.FanoutPolicy.values()) System.out.println(c);
public static DlineageXmlProjector.FanoutPolicy 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 null