public class FieldInfo extends Object implements Serializable
| Constructor and Description |
|---|
FieldInfo(FieldInfo f)
Copy ctor, shallow copy
|
FieldInfo(Path absFieldName,
Path context,
QueryExpression clause)
Constructs the field info with the given information
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getAbsFieldName()
Returns the absolute field name
|
QueryExpression |
getClause()
Returns the query clause containing the field
|
Path |
getContext()
Returns the context path under which the field name is interpreted
|
String |
toString() |
public FieldInfo(Path absFieldName, Path context, QueryExpression clause)
absFieldName - Absolute field namecontext - The context path under which the field is interpretedclause - The query clause containing the fieldpublic FieldInfo(FieldInfo f)
public Path getAbsFieldName()
public Path getContext()
public QueryExpression getClause()
Copyright © 2015. All rights reserved.