public abstract class SelectItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Variable |
var
The associated variable.
|
| Constructor and Description |
|---|
SelectItem() |
SelectItem(java.lang.String varName) |
SelectItem(Variable var) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
asExpression(java.lang.String schema)
Return the item expression as a String.
|
boolean |
equals(java.lang.Object obj) |
Variable |
getVariable()
Return the item associated variable.
|
java.lang.String |
getVariableName()
Return the item associated variable name.
|
int |
hashCode() |
boolean |
hasVariable()
Return true if there is an item associated variable.
|
Variable |
setVariable(java.lang.String varName)
Set the item associated variable.
|
void |
setVariable(Variable var)
Set the item associated variable.
|
protected Variable var
public SelectItem(Variable var)
public SelectItem(java.lang.String varName)
public SelectItem()
public void setVariable(Variable var)
var - the variablepublic Variable setVariable(java.lang.String varName)
varName - the variable namepublic Variable getVariable()
public java.lang.String getVariableName()
public boolean hasVariable()
public abstract java.lang.String asExpression(java.lang.String schema)
schema - the schemapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence