| javax.jcr.query.qom.Column
getColumnName | public String getColumnName()(Code) | | Gets the column name.
the column name; must be null ifgetPropertyName is null and non-nullotherwise |
getPropertyName | public String getPropertyName()(Code) | | Gets the name of the property.
the property name, or null to include a column foreach single-value non-residual property of theselector's node type |
getSelectorName | public String getSelectorName()(Code) | | Gets the name of the selector.
the selector name; non-null |
|
|