Interface Symbol
-
- All Known Implementing Classes:
PropertySymbol
public interface SymbolA symbol in a query. Registers the name and the type of the symbol.
-
-
Field Summary
Fields Modifier and Type Field Description static intIDENTIFIERstatic intPARAMETERstatic intVARIABLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetQualifiedName()intgetType()ClassgetValueType()voidsetType(int type)voidsetValueType(Class type)
-
-
-
Field Detail
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
PARAMETER
static final int PARAMETER
- See Also:
- Constant Field Values
-
VARIABLE
static final int VARIABLE
- See Also:
- Constant Field Values
-
-