public static enum Types.OpOpN extends Enum<Types.OpOpN>
Enum Constant and Description |
---|
CBIND |
EVAL |
LIST |
MAX |
MIN |
PLUS |
PRINTF |
RBIND |
Modifier and Type | Method and Description |
---|---|
boolean |
isCellOp() |
static Types.OpOpN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OpOpN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.OpOpN PRINTF
public static final Types.OpOpN CBIND
public static final Types.OpOpN RBIND
public static final Types.OpOpN MIN
public static final Types.OpOpN MAX
public static final Types.OpOpN PLUS
public static final Types.OpOpN EVAL
public static final Types.OpOpN LIST
public static Types.OpOpN[] values()
for (Types.OpOpN c : Types.OpOpN.values()) System.out.println(c);
public static Types.OpOpN 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 isCellOp()
Copyright © 2022 The Apache Software Foundation. All rights reserved.