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