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.Object
Object.toString()
public java.lang.String toQuotedString()
QuotedValue
toQuotedString
in interface QuotedValue
QuotedValue.toQuotedString()
public java.lang.String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.