public class ReferenceValue extends Value implements QuotedValue
Constructor and Description |
---|
ReferenceValue(URI pRef)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
URI |
getRef()
getRef
|
java.lang.String |
getTypeInfo()
getTypeInfo
|
java.lang.String |
toQuotedString()
Prints the String representation in a quoted form.
|
java.lang.String |
toString() |
public ReferenceValue(URI pRef)
pRef
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.String toQuotedString()
QuotedValue
toQuotedString
in interface QuotedValue
QuotedValue.toQuotedString()
public URI getRef()
URI
public java.lang.String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.