org.sblim.cimclient.internal.uri
public class BooleanValue extends Value
Modifier and Type | Method and Description |
---|---|
Boolean |
getBoolean()
getBoolean
|
String |
getTypeInfo()
getTypeInfo
|
boolean |
getValue()
getValue
|
static Value |
parse(URIString pUriStr)
Parses an untyped boolean value.
|
static Value |
parse(URIString pUriStr,
boolean pThrow)
parse
|
String |
toString() |
public static Value parse(URIString pUriStr, boolean pThrow) throws IllegalArgumentException
pUriStr
- pThrow
- Value
or null
if pThrow
is
false
and parsing failedIllegalArgumentException
- if parsing failed and pThrow
is
true
public static Value parse(URIString pUriStr)
pUriStr
- public boolean getValue()
boolean
value.public Boolean getBoolean()
public String toString()
toString
in class Object
Object.toString()
public String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.