|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.uri.Value
org.sblim.cimclient.internal.uri.StringValue
public class StringValue
Class UntypedStringValue parses an untyped string value.
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.sblim.cimclient.internal.uri.Value |
|---|
parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static Value parse(URIString pUriStr)
throws IllegalArgumentException
pUriStr -
Value instance
IllegalArgumentException - if parsing failedpublic String toString()
toString in class ObjectObject.toString()public String toQuotedString()
QuotedValue
toQuotedString in interface QuotedValueQuotedValue.toQuotedString()public String getTypeInfo()
Value
getTypeInfo in class ValueValue.getTypeInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||