org.sblim.cimclient.internal.uri
public class CharValue extends Value implements QuotedValue
| Method Summary | |
|---|---|
| char | get()
getChar
|
| Character | getCharacter()
getCharacter
|
| static Value | parse(URIString pUriStr, boolean pThrow)
charValue = // example: 'a' '\x32'
|
| static Value | parse(URIString pUriStr)
Parses a char16 value.
|
| String | toQuotedString() |
Returns: char
Returns: Character
Parameters: pUriStr pThrow
Returns: Value or null if parsing is failed and
pThrow is false
Throws: IllegalArgumentException
if parsing is failed and pThrow is
true
Parameters: pUriStr
Returns: Value or null if parsing failed.
See Also: toQuotedString