public enum JoinSparitionDominantSide extends Enum<JoinSparitionDominantSide>
Modifier and Type | Method and Description |
---|---|
static JoinSparitionDominantSide |
getJoinSparitionDominantSide(String str) |
static JoinSparitionDominantSide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinSparitionDominantSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoinSparitionDominantSide LEFT
public static final JoinSparitionDominantSide RIGHT
public static final JoinSparitionDominantSide NONE
public static JoinSparitionDominantSide[] values()
for (JoinSparitionDominantSide c : JoinSparitionDominantSide.values()) System.out.println(c);
public static JoinSparitionDominantSide 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 JoinSparitionDominantSide getJoinSparitionDominantSide(String str)
Copyright © 2023 The Apache Software Foundation. All rights reserved.