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