Package | Description |
---|---|
xuml.tools.model.compiler.runtime.query |
Modifier and Type | Method and Description |
---|---|
NumericComparisonOperator |
NumericComparison.getOperator() |
static NumericComparisonOperator |
NumericComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericComparisonOperator[] |
NumericComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NumericComparison(NumericExpression<T> n1,
NumericComparisonOperator op,
NumericExpression<T> n2) |
Copyright © 2012–2022. All rights reserved.