public static enum AggPrelBase.OperatorPhase extends Enum<AggPrelBase.OperatorPhase>
| Enum Constant and Description |
|---|
PHASE_1of1 |
PHASE_1of2 |
PHASE_2of2 |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
hasTwo() |
boolean |
is1st() |
boolean |
is2nd() |
boolean |
isFinal() |
static AggPrelBase.OperatorPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggPrelBase.OperatorPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggPrelBase.OperatorPhase PHASE_1of1
public static final AggPrelBase.OperatorPhase PHASE_1of2
public static final AggPrelBase.OperatorPhase PHASE_2of2
public static AggPrelBase.OperatorPhase[] values()
for (AggPrelBase.OperatorPhase c : AggPrelBase.OperatorPhase.values()) System.out.println(c);
public static AggPrelBase.OperatorPhase 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 boolean hasTwo()
public boolean is1st()
public boolean is2nd()
public boolean isFinal()
public String getName()
Copyright © 2021 The Apache Software Foundation. All rights reserved.