static enum RelOptUtil.Side extends Enum<RelOptUtil.Side>
| Modifier and Type | Method and Description |
|---|---|
(package private) static RelOptUtil.Side |
of(ImmutableBitSet bitSet,
int middle) |
static RelOptUtil.Side |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelOptUtil.Side[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelOptUtil.Side LEFT
public static final RelOptUtil.Side RIGHT
public static final RelOptUtil.Side BOTH
public static final RelOptUtil.Side EMPTY
public static RelOptUtil.Side[] values()
for (RelOptUtil.Side c : RelOptUtil.Side.values()) System.out.println(c);
public static RelOptUtil.Side 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 nullstatic RelOptUtil.Side of(ImmutableBitSet bitSet, int middle)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.