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