org.sblim.cimclient.internal.uri
public class BooleanValue extends Value
Method Summary | |
---|---|
Boolean | getBoolean()
getBoolean
|
String | getTypeInfo() |
boolean | getValue()
getValue
|
static Value | parse(URIString pUriStr, boolean pThrow)
parse
|
static Value | parse(URIString pUriStr)
Parses an untyped boolean value.
|
String | toString() |
Returns: Boolean
See Also: getTypeInfo
Returns: the boolean
value.
Parameters: pUriStr pThrow
Returns: Value
or null
if
pThrow
is false
and parsing failed
Throws: IllegalArgumentException
if parsing failed and pThrow
is
true
Parameters: pUriStr
Returns: Value
See Also: java.lang.Object#toString()