com.hp.hpl.jena.util.tuple
Class TupleItem
java.lang.Object
|
+--com.hp.hpl.jena.util.tuple.TupleItem
- public class TupleItem
- extends java.lang.Object
The unit found in a line of a tuple.
Can be a string or a URI.
- Author:
- afs
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
URI
public static final int URI
STRING
public static final int STRING
UNKNOWN
public static final int UNKNOWN
UNQUOTED
public static final int UNQUOTED
ANON
public static final int ANON
getType
public int getType()
isURI
public boolean isURI()
isString
public boolean isString()
isUnknown
public boolean isUnknown()
isUnquoted
public boolean isUnquoted()
isAnon
public boolean isAnon()
get
public java.lang.String get()
asQuotedString
public java.lang.String asQuotedString()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001 Hewlett-Packard. All Rights Reserved.