| Modifier and Type | Field and Description |
|---|---|
protected RelationalOperatorName |
value |
| Constructor and Description |
|---|
RelationalOperator() |
RelationalOperator(RelationalOperatorName content) |
RelationalOperator(String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
RelationalOperatorName |
getValue()
Gets the value of the value property.
|
void |
setValue(RelationalOperatorName value)
Sets the value of the value property.
|
static RelationalOperator |
valueOf(String value) |
protected RelationalOperatorName value
public RelationalOperator()
public RelationalOperator(String content)
public RelationalOperator(RelationalOperatorName content)
public static RelationalOperator valueOf(String value)
public RelationalOperatorName getValue()
RelationalOperatorNamepublic void setValue(RelationalOperatorName value)
value - allowed object is RelationalOperatorNamepublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.