org.sblim.cimclient.internal.uri
public class BooleanValue extends Value
Method Summary | |
---|---|
Boolean | getBoolean()
getBoolean
|
boolean | getValue()
getValue
|
static Value | parse(URIString pUriStr, boolean pThrow)
parse
|
static Value | parse(URIString pUriStr)
Parses an untyped boolean value.
|
Returns: Boolean
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