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