Class StringValue
java.lang.Object
org.sblim.cimclient.internal.uri.Value
org.sblim.cimclient.internal.uri.StringValue
- All Implemented Interfaces:
QuotedValue
Class UntypedStringValue parses an untyped string value.
-
Method Details
-
parse
Factory method for parsing quoted strings.- Parameters:
pUriStr-- Returns:
Valueinstance- Throws:
IllegalArgumentException- if parsing failed
-
toString
-
toQuotedString
Description copied from interface:QuotedValuePrints the String representation in a quoted form.- Specified by:
toQuotedStringin interfaceQuotedValue- Returns:
- String
- See Also:
-
getTypeInfo
Description copied from class:ValuegetTypeInfo- Specified by:
getTypeInfoin classValue- Returns:
- the type description string of the Value.
- See Also:
-