|
||||||||||
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.CharValue
public class CharValue
Class CharValue parses character value.
Method Summary | |
---|---|
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()
|
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, 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |