| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArithmeticOperatorName |
ArithmeticOperator.value |
| Modifier and Type | Method and Description |
|---|---|
static ArithmeticOperatorName |
ArithmeticOperatorName.fromValue(String v) |
ArithmeticOperatorName |
ArithmeticOperator.getValue()
Gets the value of the value property.
|
static ArithmeticOperatorName |
ArithmeticOperatorName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArithmeticOperatorName[] |
ArithmeticOperatorName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArithmeticOperator.setValue(ArithmeticOperatorName value)
Sets the value of the value property.
|
| Constructor and Description |
|---|
ArithmeticOperator(ArithmeticOperatorName content) |
Copyright © 2021. All rights reserved.