public class StringValue extends Value implements QuotedValue
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTypeInfo()
getTypeInfo
|
static Value |
parse(URIString pUriStr)
Factory method for parsing quoted strings.
|
java.lang.String |
toQuotedString()
Prints the String representation in a quoted form.
|
java.lang.String |
toString() |
public static Value parse(URIString pUriStr) throws java.lang.IllegalArgumentException
pUriStr - Value instancejava.lang.IllegalArgumentException - if parsing failedpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toQuotedString()
QuotedValuetoQuotedString in interface QuotedValueQuotedValue.toQuotedString()public java.lang.String getTypeInfo()
ValuegetTypeInfo in class ValueValue.getTypeInfo()Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.