public static enum CommunicationContext.JoinType extends java.lang.Enum<CommunicationContext.JoinType>
Enum Constant and Description |
---|
FULL_OUTER |
INNER |
LEFT |
RIGHT |
Modifier and Type | Method and Description |
---|---|
boolean |
includeLeft() |
boolean |
includeRight() |
static CommunicationContext.JoinType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationContext.JoinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationContext.JoinType INNER
public static final CommunicationContext.JoinType FULL_OUTER
public static final CommunicationContext.JoinType LEFT
public static final CommunicationContext.JoinType RIGHT
public static CommunicationContext.JoinType[] values()
for (CommunicationContext.JoinType c : CommunicationContext.JoinType.values()) System.out.println(c);
public static CommunicationContext.JoinType 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 nullpublic boolean includeLeft()
public boolean includeRight()