Class CharValue
java.lang.Object
org.sblim.cimclient.internal.uri.Value
org.sblim.cimclient.internal.uri.CharValue
- All Implemented Interfaces:
QuotedValue
Class CharValue parses character value.
-
Method Details
-
parse
charValue = // example: 'a' '\x32'- Parameters:
pUriStr-pThrow-- Returns:
Valueornullif parsing is failed andpThrowisfalse- Throws:
IllegalArgumentException- if parsing is failed andpThrowistrue
-
parse
-
get
public char get()getChar- Returns:
- char
-
getCharacter
-
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:
-