public enum BeamLogicalConvention extends java.lang.Enum<BeamLogicalConvention>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvertConvention(Convention toConvention) |
java.lang.Class |
getInterface() |
java.lang.String |
getName() |
RelTraitDef |
getTraitDef() |
void |
register(RelOptPlanner planner) |
boolean |
satisfies(RelTrait trait) |
java.lang.String |
toString() |
boolean |
useAbstractConvertersForConversion(RelTraitSet fromTraits,
RelTraitSet toTraits) |
static BeamLogicalConvention |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeamLogicalConvention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeamLogicalConvention INSTANCE
public static BeamLogicalConvention[] values()
for (BeamLogicalConvention c : BeamLogicalConvention.values()) System.out.println(c);
public static BeamLogicalConvention 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 java.lang.Class getInterface()
public java.lang.String getName()
public RelTraitDef getTraitDef()
public boolean satisfies(RelTrait trait)
public void register(RelOptPlanner planner)
public java.lang.String toString()
toString
in class java.lang.Enum<BeamLogicalConvention>
public boolean canConvertConvention(Convention toConvention)
public boolean useAbstractConvertersForConversion(RelTraitSet fromTraits, RelTraitSet toTraits)