public class ArithmeticOperator extends Object implements Operator
Java class for ArithmeticOperator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArithmeticOperator">
<simpleContent>
<extension base="<http://www.terrameta.org/plasma/query>ArithmeticOperatorValues">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArithmeticOperatorName |
value |
| Constructor and Description |
|---|
ArithmeticOperator() |
ArithmeticOperator(ArithmeticOperatorName content) |
ArithmeticOperator(String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
ArithmeticOperatorName |
getValue()
Gets the value of the value property.
|
void |
setValue(ArithmeticOperatorName value)
Sets the value of the value property.
|
protected ArithmeticOperatorName value
public ArithmeticOperator()
public ArithmeticOperator(String content)
public ArithmeticOperator(ArithmeticOperatorName content)
public ArithmeticOperatorName getValue()
ArithmeticOperatorNamepublic void setValue(ArithmeticOperatorName value)
value - allowed object is ArithmeticOperatorNamepublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.