Package javax.jcr.query.qom
Interface Selector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNodeTypeName()Gets the name of the required node type.StringgetSelectorName()Gets the selector name.
-
-
-
Method Detail
-
getNodeTypeName
String getNodeTypeName()
Gets the name of the required node type.- Returns:
- the node type name; non-null
-
getSelectorName
String getSelectorName()
Gets the selector name.A selector's name can be used elsewhere in the query to identify the selector.
- Returns:
- the selector name; non-null
-
-