org.sixdml.query
Class SixdmlXpathObjectType
java.lang.Object
|
+--org.sixdml.query.SixdmlXpathObjectType
- public final class SixdmlXpathObjectType
- extends Object
Represents the type of object that can be returned by an XPath query.
- See Also:
SixdmlXpathObject.BOOLEAN,
SixdmlXpathObject.NUMBER,
SixdmlXpathObject.NODESET,
SixdmlXpathObject.STRING,
SixdmlXpathObject.TREE_FRAGMENT,
SixdmlXpathObject.UNKNOWN
|
Field Summary |
private String |
type
This is the collection that holds the Resources. |
|
Constructor Summary |
(package private) |
SixdmlXpathObjectType(String type)
Constructor at package scope so cannot be instantiated by objects outside
the package. |
|
Method Summary |
String |
toString()
Returns the type of the index as a string. |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
type
private String type
- This is the collection that holds the Resources.
SixdmlXpathObjectType
SixdmlXpathObjectType(String type)
- Constructor at package scope so cannot be instantiated by objects outside
the package.
- Parameters:
type - the type of XPath object.
toString
public String toString()
- Returns the type of the index as a string.
- Overrides:
toString in class Object
- Returns:
- the type of the index as a string.