Home
last modified time | relevance | path

Searched refs:getBool (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java302 return (String.valueOf(getBool())); in toString()
352 public final boolean getBool() throws PoolsException in getBool() method in Value
H A DElement.java249 boolean ret = val.getBool(); in getBoolProperty()