public static enum PcrExprProcFactory.WalkState extends Enum<PcrExprProcFactory.WalkState>
Enum Constant and Description |
---|
CONSTANT |
DIVIDED |
FALSE |
PART_COL |
TRUE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static PcrExprProcFactory.WalkState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcrExprProcFactory.WalkState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcrExprProcFactory.WalkState PART_COL
public static final PcrExprProcFactory.WalkState TRUE
public static final PcrExprProcFactory.WalkState FALSE
public static final PcrExprProcFactory.WalkState CONSTANT
public static final PcrExprProcFactory.WalkState UNKNOWN
public static final PcrExprProcFactory.WalkState DIVIDED
public static PcrExprProcFactory.WalkState[] values()
for (PcrExprProcFactory.WalkState c : PcrExprProcFactory.WalkState.values()) System.out.println(c);
public static PcrExprProcFactory.WalkState 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 nullCopyright © 2017 The Apache Software Foundation. All rights reserved.