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