|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Column
Defines a column to include in the tabular view of query results.
If property
is not specified, a column is included
for each single-valued non-residual property of the node type specified by
the nodeType
attribute of selector
.
If property
is specified, columnName
is required and used to name the column in the tabular results.
If property
is not specified, columnName
must not be specified, and the included columns will be named
"selector
.propertyName".
Method Summary | |
---|---|
java.lang.String |
getColumnName()
Gets the column name. |
java.lang.String |
getPropertyName()
Gets the name of the property. |
java.lang.String |
getSelectorName()
Gets the name of the selector. |
Method Detail |
---|
java.lang.String getSelectorName()
java.lang.String getPropertyName()
java.lang.String getColumnName()
getPropertyName
is
null and non-null otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |