Uses of Interface
org.apache.jackrabbit.core.xml.TextValue
-
Packages that use TextValue Package Description org.apache.jackrabbit.core.xml -
-
Uses of TextValue in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml that return TextValue Modifier and Type Method Description TextValue[]
PropInfo. getTextValues()
Constructors in org.apache.jackrabbit.core.xml with parameters of type TextValue Constructor Description PropInfo(Name name, int type, TextValue[] values)
Creates a property information instance.PropInfo(Name name, int type, TextValue[] values, PropInfo.MultipleStatus multipleStatus)
Creates a property information instance.
-