public static enum JoinInputStream.EventTrigger extends Enum<JoinInputStream.EventTrigger>
Modifier and Type | Method and Description |
---|---|
static JoinInputStream.EventTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinInputStream.EventTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoinInputStream.EventTrigger LEFT
public static final JoinInputStream.EventTrigger RIGHT
public static final JoinInputStream.EventTrigger ALL
public static JoinInputStream.EventTrigger[] values()
for (JoinInputStream.EventTrigger c : JoinInputStream.EventTrigger.values()) System.out.println(c);
public static JoinInputStream.EventTrigger 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 nullCopyright © 2018 WSO2. All rights reserved.