org.sblim.cimclient.internal.uri
public class CharValue extends Value implements QuotedValue
Modifier and Type | Method and Description |
---|---|
char |
get()
getChar
|
Character |
getCharacter()
getCharacter
|
String |
getTypeInfo()
getTypeInfo
|
static Value |
parse(URIString pUriStr)
Parses a char16 value.
|
static Value |
parse(URIString pUriStr,
boolean pThrow)
charValue = // example: 'a' '\x32'
|
String |
toQuotedString()
Prints the String representation in a quoted form.
|
String |
toString() |
public static Value parse(URIString pUriStr, boolean pThrow) throws IllegalArgumentException
pUriStr
- pThrow
- Value
or null
if parsing is failed and
pThrow
is false
IllegalArgumentException
- if parsing is failed and pThrow
is
true
public static Value parse(URIString pUriStr)
pUriStr
- public char get()
public Character getCharacter()
public String toString()
toString
in class Object
Object.toString()
public String toQuotedString()
QuotedValue
toQuotedString
in interface QuotedValue
QuotedValue.toQuotedString()
public String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.