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 falseIllegalArgumentException - if parsing is failed and pThrow is
truepublic static Value parse(URIString pUriStr)
pUriStr - public char get()
public Character getCharacter()
public String toString()
toString in class ObjectObject.toString()public String toQuotedString()
QuotedValuetoQuotedString in interface QuotedValueQuotedValue.toQuotedString()public String getTypeInfo()
ValuegetTypeInfo in class ValueValue.getTypeInfo()Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.