org.sblim.cimclient.internal.uri
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 Object
Object.toString()
public String toQuotedString()
QuotedValue
toQuotedString
in interface QuotedValue
QuotedValue.toQuotedString()
public String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.