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