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