public static enum Join.JoinType extends Enum<Join.JoinType>
Modifier and Type | Method and Description |
---|---|
static Join.JoinType |
fromCode(byte code) |
static Join.JoinType |
parse(String s) |
static byte |
toCode(Join.JoinType joinType) |
static Join.JoinType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.JoinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.JoinType INNER
public static final Join.JoinType LEFT
public static final Join.JoinType RIGHT
public static final Join.JoinType FULL
public static Join.JoinType[] values()
for (Join.JoinType c : Join.JoinType.values()) System.out.println(c);
public static Join.JoinType 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 static Join.JoinType parse(String s)
public static byte toCode(Join.JoinType joinType)
public static Join.JoinType fromCode(byte code)
Copyright © GigaSpaces.