Uses of Class
org.apache.jackrabbit.value.BooleanValue
-
Packages that use BooleanValue Package Description org.apache.jackrabbit.value -
-
Uses of BooleanValue in org.apache.jackrabbit.value
Methods in org.apache.jackrabbit.value that return BooleanValue Modifier and Type Method Description static BooleanValue
BooleanValue. valueOf(String s)
Returns a newBooleanValue
initialized to the value represented by the specifiedString
.
-