public enum WatermarkSelectorBroker extends Enum<WatermarkSelectorBroker>
WatermarkSelector
Modifier and Type | Method and Description |
---|---|
abstract WatermarkSelector |
newSelector()
Returns a new instance of
WatermarkSelector . |
static WatermarkSelectorBroker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatermarkSelectorBroker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatermarkSelectorBroker MIN
public static final WatermarkSelectorBroker MAX
public static final WatermarkSelectorBroker FIRST
public static final WatermarkSelectorBroker LAST
public static WatermarkSelectorBroker[] values()
for (WatermarkSelectorBroker c : WatermarkSelectorBroker.values()) System.out.println(c);
public static WatermarkSelectorBroker 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 abstract WatermarkSelector newSelector()
WatermarkSelector
. Each invocation returns a
different instanceWatermarkSelector
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.