Class ValueReference
- java.lang.Object
-
- org.citydb.query.filter.selection.expression.ValueReference
-
- All Implemented Interfaces:
Expression
public class ValueReference extends java.lang.Object implements Expression
-
-
Constructor Summary
Constructors Constructor Description ValueReference(SchemaPath schemaPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionName
getExpressionName()
SchemaPath
getSchemaPath()
AbstractPathElement
getTarget()
-
-
-
Constructor Detail
-
ValueReference
public ValueReference(SchemaPath schemaPath) throws InvalidSchemaPathException
- Throws:
InvalidSchemaPathException
-
-
Method Detail
-
getSchemaPath
public SchemaPath getSchemaPath()
-
getTarget
public AbstractPathElement getTarget()
-
getExpressionName
public ExpressionName getExpressionName()
- Specified by:
getExpressionName
in interfaceExpression
-
-