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
truepublic static Value parse(URIString pUriStr)
pUriStr - public boolean getValue()
boolean value.public Boolean getBoolean()
public String toString()
toString in class ObjectObject.toString()public String getTypeInfo()
ValuegetTypeInfo in class ValueValue.getTypeInfo()Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.