org.sblim.cimclient.internal.uri

Class StringValue

public class StringValue extends Value implements QuotedValue

Class UntypedStringValue parses an untyped string value.
Method Summary
StringgetTypeInfo()
static Valueparse(URIString pUriStr)
Factory method for parsing quoted strings.
StringtoQuotedString()
StringtoString()

Method Detail

getTypeInfo

public String getTypeInfo()

See Also: getTypeInfo

parse

public static Value parse(URIString pUriStr)
Factory method for parsing quoted strings.

Parameters: pUriStr

Returns: Value instance

Throws: IllegalArgumentException if parsing failed

toQuotedString

public String toQuotedString()

See Also: toQuotedString

toString

public String toString()

See Also: java.lang.Object#toString()

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.