public static enum MathBOp.MathOp extends Enum<MathBOp.MathOp>
Enum Constant and Description |
---|
CEIL |
DIVIDE |
FLOOR |
MAX |
MIN |
MINUS |
MULTIPLY |
PLUS |
ROUND |
Modifier and Type | Method and Description |
---|---|
static MathBOp.MathOp |
valueOf(org.openrdf.query.algebra.MathExpr.MathOp op) |
static MathBOp.MathOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathBOp.MathOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MathBOp.MathOp PLUS
public static final MathBOp.MathOp MINUS
public static final MathBOp.MathOp MULTIPLY
public static final MathBOp.MathOp DIVIDE
public static final MathBOp.MathOp MIN
public static final MathBOp.MathOp MAX
public static final MathBOp.MathOp ROUND
public static final MathBOp.MathOp CEIL
public static final MathBOp.MathOp FLOOR
public static MathBOp.MathOp[] values()
for (MathBOp.MathOp c : MathBOp.MathOp.values()) System.out.println(c);
public static MathBOp.MathOp 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 static MathBOp.MathOp valueOf(org.openrdf.query.algebra.MathExpr.MathOp op)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.